Archived
1
0
Fork 0

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 @@ 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.2.0") (version "1.3.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1927,7 +1927,7 @@ 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 "0hm7391z1iz2sk4xkwfphqz8qvihqjzsh45csz14gb4jfs1p6ks2")))) (base32 "1gd3kxb1w2fc6waa8g7af036yicjbg4a7hs0dgdci4d3aqwyz690"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
(list libx11 pulseaudio)) (list libx11 pulseaudio))