Archived
1
0
Fork 0

gnu: dunst: Update to 1.9.0.

* gnu/packages/dunst.scm (dunst): Update to 1.9.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
gyara 2022-08-14 20:58:01 +09:00 committed by 宋文武
parent 20d8081eda
commit 76ef73f81f
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -41,7 +41,7 @@
(define-public dunst (define-public dunst
(package (package
(name "dunst") (name "dunst")
(version "1.8.1") (version "1.9.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -50,7 +50,7 @@
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"19bh5789whlc0n5wbyx3yx8px93hccn42f1p6i1dz96hdkk5mjb8")))) "1nfxf2rahngxpy606yrizrz16d0pswl5sa9jfzpv7h19x6xy24vx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no check target `(#:tests? #f ; no check target