z572 pushed a commit to branch master
in repository guix.

commit 718e89e241a237880976dac4c1d24c301d196880
Author: Sergey Trofimov <[email protected]>
AuthorDate: Sun Nov 3 07:36:20 2024 +0100

    gnu: dunst: Update to 1.11.0.
    
    * gnu/packages/wm.scm (dunst): Update to 1.11.0.
---
 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 bfc1f6c449..7a93827edc 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1547,7 +1547,7 @@ project derived from the original Calm Window Manager.")
 (define-public dunst
   (package
     (name "dunst")
-    (version "1.10.0")
+    (version "1.11.0")
     (source
      (origin
        (method git-fetch)
@@ -1556,7 +1556,7 @@ project derived from the original Calm Window Manager.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1d6mc3ac4z16iwgq9934g1yc3412xl0hwv5vs40ycfmasm8qbjga"))))
+        (base32 "1ajpylwwh5c96hq9649gv4sqa6n5rdac41kicq3xf66pmfyny8bs"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to