diff mbox series

[bug#57547] gnu: xfce4-notifyd: Update to 0.6.4.

Message ID 20220902173643.19493-1-mike@rohleder.de
State Accepted
Headers show
Series [bug#57547] gnu: xfce4-notifyd: Update to 0.6.4. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Michael Rohleder Sept. 2, 2022, 5:36 p.m. UTC
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.4.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Mathieu Othacehe Sept. 4, 2022, 3:51 p.m. UTC | #1
> * gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.4.

Pushed, thanks!

Mathieu
diff mbox series

Patch

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index bcf255864f..3037b05e07 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1246,7 +1246,7 @@  (define-public orage
 (define-public xfce4-notifyd
   (package
     (name "xfce4-notifyd")
-    (version "0.6.3")
+    (version "0.6.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1254,7 +1254,7 @@  (define-public xfce4-notifyd
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "17w5j3cwxlza7p3clvm7sp3vfacyi4dbn2dy58ph8q6lmsaziaan"))))
+                "1xi0j4qk8hhcd3xj4wvzs170n2010z0bv8w1mm53g5gqj7q7ikhf"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list intltool pkg-config))