mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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:
parent
5b2903a56e
commit
d8002a41b9
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue