This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e7de707884 gnu: dunst: Update to 1.13.1.
e7de707884 is described below

commit e7de7078842572bf0915c8a6b6585e5880f42f7c
Author: Patrick Norton <[email protected]>
AuthorDate: Mon Feb 2 16:53:47 2026 -0500

    gnu: dunst: Update to 1.13.1.
    
    * gnu/packages/wm.scm (dunst): Update to 1.13.1.
    
    Change-Id: I456b1ae0015c43d5a5515fef12995838a869bcc2
    Signed-off-by: Andreas Enge <[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 b260e25ebc..0d7a1401fa 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2259,7 +2259,7 @@ project derived from the original Calm Window Manager.")
 (define-public dunst
   (package
     (name "dunst")
-    (version "1.13.0")
+    (version "1.13.1")
     (source
      (origin
        (method git-fetch)
@@ -2268,7 +2268,7 @@ project derived from the original Calm Window Manager.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0hds1qdva07vw8km5dsac5j65p03lmbqf4s833sk0q78w9q8iy8w"))))
+        (base32 "168vfmrfka8a5jd08qh9b1z4q85c3vamhsg0cy6s5rbxh8sqxc0p"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to