efraim pushed a commit to branch master
in repository guix.

commit 68dbb11cff9a2e6433fecc492e758ee5b346e3fe
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Mar 26 08:08:32 2024 +0200

    gnu: dunst: Update to 1.10.0.
    
    * gnu/packages/wm.scm (dunst): Update to 1.10.0.
    
    Change-Id: Ibb59fa1e7b226862893f647caf145f6af05a55d4
---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 7d21d04094..f1e351bd04 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2015 xd1le <[email protected]>
 ;;; Copyright © 2015 Paul van der Walt <[email protected]>
 ;;; Copyright © 2016 Danny Milosavljevic <[email protected]>
-;;; Copyright © 2016, 2019, 2020, 2023 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2019, 2020, 2023, 2024 Efraim Flashner 
<[email protected]>
 ;;; Copyright © 2016 Al McElrath <[email protected]>
 ;;; Copyright © 2016 Carlo Zancanaro <[email protected]>
 ;;; Copyright © 2016 2019, 2021-2022 Ludovic Courtès <[email protected]>
@@ -1505,7 +1505,7 @@ project derived from the original Calm Window Manager.")
 (define-public dunst
   (package
     (name "dunst")
-    (version "1.9.2")
+    (version "1.10.0")
     (source
      (origin
        (method git-fetch)
@@ -1514,7 +1514,7 @@ project derived from the original Calm Window Manager.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "17zrw7jrnlyln81pxw7p4jgvl7j1w1gf488nfskhns6j6dcz90gh"))))
+        (base32 "1d6mc3ac4z16iwgq9934g1yc3412xl0hwv5vs40ycfmasm8qbjga"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to