mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -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
|
||||
;; Use commit because some fixes are not in a release yet
|
||||
;; (last release was in 2018).
|
||||
(let ((commit "fa83fac695fad9e198cc9a19a1e1a9c344fc191f")
|
||||
(revision "1"))
|
||||
(let ((commit "8d2e7beebb4c451609cb0cee236fa4d20a0e28b1")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "soapyhackrf")
|
||||
(version (git-version "0.3.3" revision commit))
|
||||
|
@ -328,7 +328,7 @@ (define-public soapyhackrf
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0sfb2gq4lp1fff921xm3bqqjv3srdsczjj8ps5jfhxhr6yx3a329"))))
|
||||
(base32 "0l5890a240i1fan88jjdxaqswk3as410nlrv12a698fy9npqh4w4"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("hackrf" ,hackrf)
|
||||
|
|
Loading…
Reference in a new issue