gnu: multimon-ng: Update to 1.2.0.

* gnu/packages/radio.scm (multimon-ng): Update to 1.2.0.
This commit is contained in:
Guillaume Le Vaillant 2022-12-14 18:00:52 +01:00
parent e2562d0408
commit c96e41bd81
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1626,7 +1626,7 @@ (define-public rtl-433
(define-public multimon-ng
(package
(name "multimon-ng")
(version "1.1.9")
(version "1.2.0")
(source
(origin
(method git-fetch)
@ -1635,7 +1635,7 @@ (define-public multimon-ng
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "01716cfhxfzsab9zjply9giaa4nn4b7rm3p3vizrwi7n253yiwm2"))))
(base32 "0hm7391z1iz2sk4xkwfphqz8qvihqjzsh45csz14gb4jfs1p6ks2"))))
(build-system cmake-build-system)
(inputs
(list libx11 pulseaudio))