guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f93f62647fdb6d4720030135856bc505dbd05ada
Author: Patrick Norton <[email protected]>
AuthorDate: Sat Nov 15 15:06:43 2025 -0500
gnu: dunst: Update to 1.13.0.
* gnu/packages/wm.scm (dunst): Update to 1.13.0
Closes: guix/guix#4241
Change-Id: Ib38e0788c25fd8ee834e987af99c6ef25cd780a3
Signed-off-by: 宋文武 <[email protected]>
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 5504bcec18..953f1fe128 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1976,7 +1976,7 @@ project derived from the original Calm Window Manager.")
(define-public dunst
(package
(name "dunst")
- (version "1.11.0")
+ (version "1.13.0")
(source
(origin
(method git-fetch)
@@ -1985,7 +1985,7 @@ project derived from the original Calm Window Manager.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ajpylwwh5c96hq9649gv4sqa6n5rdac41kicq3xf66pmfyny8bs"))))
+ (base32 "0hds1qdva07vw8km5dsac5j65p03lmbqf4s833sk0q78w9q8iy8w"))))
(build-system gnu-build-system)
(arguments
(list