mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: urh: Update to 2.9.4.
* gnu/packages/radio.scm (urh): Update to 2.9.4.
This commit is contained in:
parent
1023498117
commit
4e318cc747
1 changed files with 2 additions and 2 deletions
|
@ -2689,7 +2689,7 @@ (define-public rx-tools
|
||||||
(define-public urh
|
(define-public urh
|
||||||
(package
|
(package
|
||||||
(name "urh")
|
(name "urh")
|
||||||
(version "2.9.3")
|
(version "2.9.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2698,7 +2698,7 @@ (define-public urh
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "17r9fkw0icph7fayibp6qbdh4nxi8wy3mmd3djmh0c2jr8yz5fsf"))))
|
(base32 "1sx70mp4bjbymy1lp6p96ydpqlyq7rwnrw96nb6aaya63fl1ab8y"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-cython
|
(list python-cython
|
||||||
|
|
Loading…
Reference in a new issue