me
/
guix
Archived
1
0
Fork 0

gnu: nanovna-saver: Update to 0.3.9.

* gnu/packages/radio.scm (nanovna-saver): Update to 0.3.9.
master
Tobias Geerinckx-Rice 2021-07-04 16:17:19 +02:00
parent e3ae9bf75b
commit e021fc9f3f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1425,7 +1425,7 @@ modes:
(define-public nanovna-saver
(package
(name "nanovna-saver")
(version "0.3.8")
(version "0.3.9")
(source
(origin
(method git-fetch)
@ -1434,7 +1434,7 @@ modes:
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0z83rwpnbbs1n74mx8dgh1d1crp90mannj9vfy161dmy4wzc5kpv"))))
(base32 "1h5k402wjlj7xjniggwf0x7a5srlgglc2x4hy6lz6c30zwa7z8fm"))))
(build-system python-build-system)
(native-inputs
`(("python-cython" ,python-cython)))