me
/
guix
Archived
1
0
Fork 0

gnu: hackrf: Update to 2022.09.1.

* gnu/packages/radio.scm (hackrf): Update to 2022.09.1.
Guillaume Le Vaillant 2022-12-14 17:03:43 +01:00
parent 2f707f9493
commit e5602a2747
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -1169,7 +1169,7 @@ for correctness.")
(define-public hackrf (define-public hackrf
(package (package
(name "hackrf") (name "hackrf")
(version "2021.03.1") (version "2022.09.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1178,7 +1178,7 @@ for correctness.")
(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 "12fkgimjy5ia291c1rn4y59pn9r5wdvz5x9z5xc8zr1xr96iyhfs")))) (base32 "0m9j160q5zb3jimszv1lb6j76zf5lwijvpfl1k28d832rh847vvk"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags