gnu: multimon-ng: Update to 1.3.0.

* gnu/packages/radio.scm (multimon-ng): Update to 1.3.0.

Change-Id: Ibd5136b36f7bc911e47c6b3d1a6f6addc00aed9c
This commit is contained in:
Guillaume Le Vaillant 2023-11-10 10:26:46 +01:00
parent 5b2903a56e
commit d8002a41b9
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1918,7 +1918,7 @@ (define-public rtl-433
(define-public multimon-ng
(package
(name "multimon-ng")
(version "1.2.0")
(version "1.3.0")
(source
(origin
(method git-fetch)
@ -1927,7 +1927,7 @@ (define-public multimon-ng
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0hm7391z1iz2sk4xkwfphqz8qvihqjzsh45csz14gb4jfs1p6ks2"))))
(base32 "1gd3kxb1w2fc6waa8g7af036yicjbg4a7hs0dgdci4d3aqwyz690"))))
(build-system cmake-build-system)
(inputs
(list libx11 pulseaudio))