mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: soapyhackrf: Update to 0.3.3-2.8d2e7be.
* gnu/packages/radio.scm (soapyhackrf): Update to 0.3.3-2.8d2e7be.
This commit is contained in:
parent
8871671aa9
commit
fa0e50e51a
1 changed files with 3 additions and 3 deletions
|
@ -315,8 +315,8 @@ (define-public soapyairspyhf
|
||||||
(define-public soapyhackrf
|
(define-public soapyhackrf
|
||||||
;; Use commit because some fixes are not in a release yet
|
;; Use commit because some fixes are not in a release yet
|
||||||
;; (last release was in 2018).
|
;; (last release was in 2018).
|
||||||
(let ((commit "fa83fac695fad9e198cc9a19a1e1a9c344fc191f")
|
(let ((commit "8d2e7beebb4c451609cb0cee236fa4d20a0e28b1")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "soapyhackrf")
|
(name "soapyhackrf")
|
||||||
(version (git-version "0.3.3" revision commit))
|
(version (git-version "0.3.3" revision commit))
|
||||||
|
@ -328,7 +328,7 @@ (define-public soapyhackrf
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0sfb2gq4lp1fff921xm3bqqjv3srdsczjj8ps5jfhxhr6yx3a329"))))
|
(base32 "0l5890a240i1fan88jjdxaqswk3as410nlrv12a698fy9npqh4w4"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("hackrf" ,hackrf)
|
`(("hackrf" ,hackrf)
|
||||||
|
|
Loading…
Reference in a new issue