mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: multimon-ng: Update to 1.1.9.
* gnu/packages/radio.scm (multimon-ng): Update to 1.1.9.
This commit is contained in:
parent
a7fbae6f09
commit
2606d947c2
1 changed files with 3 additions and 3 deletions
|
@ -1084,7 +1084,7 @@ (define-public rtl-433
|
|||
(define-public multimon-ng
|
||||
(package
|
||||
(name "multimon-ng")
|
||||
(version "1.1.8")
|
||||
(version "1.1.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1093,13 +1093,13 @@ (define-public multimon-ng
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1973xfyvzl1viz19zr83cgqlx5laxbjrca35rqabn6dlb6xb5xk8"))))
|
||||
(base32 "01716cfhxfzsab9zjply9giaa4nn4b7rm3p3vizrwi7n253yiwm2"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("libx11" ,libx11)
|
||||
("pulseaudio" ,pulseaudio)))
|
||||
(arguments
|
||||
'(#:tests? #f)) ; No test suite
|
||||
'(#:tests? #f)) ; no test suite
|
||||
(home-page "https://github.com/EliasOenal/multimon-ng")
|
||||
(synopsis "Decoder for digital radio transmission modes")
|
||||
(description "Multimon-ng can decode several digital radio transmission
|
||||
|
|
Loading…
Reference in a new issue