mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: hackrf: Update to 2022.09.1.
* gnu/packages/radio.scm (hackrf): Update to 2022.09.1.
This commit is contained in:
parent
2f707f9493
commit
e5602a2747
1 changed files with 2 additions and 2 deletions
|
@ -1169,7 +1169,7 @@ (define-public flwrap
|
|||
(define-public hackrf
|
||||
(package
|
||||
(name "hackrf")
|
||||
(version "2021.03.1")
|
||||
(version "2022.09.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1178,7 +1178,7 @@ (define-public hackrf
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "12fkgimjy5ia291c1rn4y59pn9r5wdvz5x9z5xc8zr1xr96iyhfs"))))
|
||||
(base32 "0m9j160q5zb3jimszv1lb6j76zf5lwijvpfl1k28d832rh847vvk"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue