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 @@ from devices on the 433 MHz, 868 MHz, 315 MHz, 345 MHz and 915 MHz ISM bands.")
|
||||||
(define-public multimon-ng
|
(define-public multimon-ng
|
||||||
(package
|
(package
|
||||||
(name "multimon-ng")
|
(name "multimon-ng")
|
||||||
(version "1.1.8")
|
(version "1.1.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1093,13 +1093,13 @@ from devices on the 433 MHz, 868 MHz, 315 MHz, 345 MHz and 915 MHz ISM bands.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1973xfyvzl1viz19zr83cgqlx5laxbjrca35rqabn6dlb6xb5xk8"))))
|
(base32 "01716cfhxfzsab9zjply9giaa4nn4b7rm3p3vizrwi7n253yiwm2"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libx11" ,libx11)
|
`(("libx11" ,libx11)
|
||||||
("pulseaudio" ,pulseaudio)))
|
("pulseaudio" ,pulseaudio)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; No test suite
|
'(#:tests? #f)) ; no test suite
|
||||||
(home-page "https://github.com/EliasOenal/multimon-ng")
|
(home-page "https://github.com/EliasOenal/multimon-ng")
|
||||||
(synopsis "Decoder for digital radio transmission modes")
|
(synopsis "Decoder for digital radio transmission modes")
|
||||||
(description "Multimon-ng can decode several digital radio transmission
|
(description "Multimon-ng can decode several digital radio transmission
|
||||||
|
|
Reference in a new issue