diff mbox series

[bug#72991,09/11] gnu: xfce4-notifyd: Update to 0.9.6.

Message ID d8175b9539090892ce0416fba95e6c34980009e6.1725321401.git.iyzsong@member.fsf.org
State New
Headers show
Series xfce 4.18 updates | expand

Commit Message

guix-patches--- via Sept. 3, 2024, midnight UTC
From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.9.6.

Change-Id: I6a478f9b40d3a4b72100cee0b820e48da14788e9
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index ddc37da998..5aeefd2f7d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1382,7 +1382,7 @@  (define-public orage
 (define-public xfce4-notifyd
   (package
     (name "xfce4-notifyd")
-    (version "0.9.4")
+    (version "0.9.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1390,7 +1390,7 @@  (define-public xfce4-notifyd
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "063qxbcy8djijsb0clzkai3mwg43mmlswwrg403vsi2w0n614v5f"))))
+                "0w967np9ik74lg63sn7g7448f10pjspd7h62ncqmr0vxr9f2clwy"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      (list #:phases