mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: gnuradio-osmosdr: Update to 0.2.2.
* gnu/packages/radio.scm (gnuradio-osmosdr): Update to 0.2.2.
This commit is contained in:
parent
faeddf293f
commit
4b582791d0
1 changed files with 2 additions and 2 deletions
|
@ -418,7 +418,7 @@ (define-public gnuradio
|
|||
(define-public gnuradio-osmosdr
|
||||
(package
|
||||
(name "gnuradio-osmosdr")
|
||||
(version "0.2.0")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -427,7 +427,7 @@ (define-public gnuradio-osmosdr
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1rdx7fa0xiq0qmgrrbby7z1bblmqhl9qh9jqpsznzxkx91f17ypd"))))
|
||||
(base32 "1aqj5cylipmmjh1x1kb2j8262hxq6mi86dgb2zphj94wvsab2ghx"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("doxygen" ,doxygen)
|
||||
|
|
Loading…
Reference in a new issue