mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: nanovna-saver: Update to 0.3.9.
* gnu/packages/radio.scm (nanovna-saver): Update to 0.3.9.
This commit is contained in:
parent
e3ae9bf75b
commit
e021fc9f3f
1 changed files with 2 additions and 2 deletions
|
@ -1425,7 +1425,7 @@ (define-public multimon-ng
|
|||
(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 @@ (define-public nanovna-saver
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue