gnu: hackrf: Update to 2021.03.1.

* gnu/packages/radio.scm (hackrf): Update to 2021.03.1.
This commit is contained in:
Guillaume Le Vaillant 2021-05-28 11:15:21 +02:00
parent 4ad3f818c9
commit 5e0b11fbe8
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -799,23 +799,18 @@ (define-public flwrap
(license license:gpl3+)))
(define-public hackrf
;; Using a git commit because there have been many many commits
;; since the relase two years ago, but no sign of a promised
;; release for many months now.
(let ((commit "43e6f99fe8543094d18ff3a6550ed2066c398862")
(revision "0"))
(package
(name "hackrf")
(version (git-version "2018.01.1" revision commit))
(version "2021.03.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/mossmann/hackrf")
(commit commit)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0avnv693xi0zsnrvkbfn0ln1r3s1iyj0bz7sc3gxay909av0pvbc"))))
(base32 "12fkgimjy5ia291c1rn4y59pn9r5wdvz5x9z5xc8zr1xr96iyhfs"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
@ -853,7 +848,7 @@ (define-public hackrf
userspace hackrf utilities and C library. To install the hackrf udev rules,
you must extend 'udev-service-type' with this package. E.g.:
@code{(udev-rules-service 'hackrf hackrf #:groups '(\"dialout\"))}.")
(license license:gpl2))))
(license license:gpl2)))
(define-public hamlib
(package