me
/
guix
Archived
1
0
Fork 0

gnu: gnuradio-osmosdr: Update to 0.2.2.

* gnu/packages/radio.scm (gnuradio-osmosdr): Update to 0.2.2.
master
Tobias Geerinckx-Rice 2020-08-25 15:40:38 +02:00
parent faeddf293f
commit 4b582791d0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -418,7 +418,7 @@ environment.")
(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 @@ environment.")
(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)