diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2023-02-09 11:37:10 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-02-09 19:24:23 +0100 |
commit | 4e318cc747f10ea54af03264e2d445b3630941b6 (patch) | |
tree | 83cf90e10b06ddb4e7942f66aad2182adbed4d85 /gnu | |
parent | 10234981178a6a92295137590dc8879d4f27c19a (diff) | |
download | guix-4e318cc747f10ea54af03264e2d445b3630941b6.tar.gz |
gnu: urh: Update to 2.9.4.
* gnu/packages/radio.scm (urh): Update to 2.9.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/radio.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index 970232182b..c42eb3cd4e 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -2689,7 +2689,7 @@ of devices than RTL-SDR.") (define-public urh (package (name "urh") - (version "2.9.3") + (version "2.9.4") (source (origin (method git-fetch) @@ -2698,7 +2698,7 @@ of devices than RTL-SDR.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "17r9fkw0icph7fayibp6qbdh4nxi8wy3mmd3djmh0c2jr8yz5fsf")))) + (base32 "1sx70mp4bjbymy1lp6p96ydpqlyq7rwnrw96nb6aaya63fl1ab8y")))) (build-system python-build-system) (native-inputs (list python-cython |