mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: hackrf: Update to 2023.01.1.
* gnu/packages/radio.scm (hackrf): Update to 2023.01.1.
This commit is contained in:
parent
76e041f9ee
commit
81f0417417
1 changed files with 2 additions and 2 deletions
|
@ -1373,7 +1373,7 @@ (define-public flwrap
|
|||
(define-public hackrf
|
||||
(package
|
||||
(name "hackrf")
|
||||
(version "2022.09.1")
|
||||
(version "2023.01.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1382,7 +1382,7 @@ (define-public hackrf
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0m9j160q5zb3jimszv1lb6j76zf5lwijvpfl1k28d832rh847vvk"))))
|
||||
(base32 "0ybgppwy09j9rmfhh84072li698k64w84q5hjrayc73avc495x6f"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Loading…
Reference in a new issue