guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: xfce4-notifyd: Update to 0.6.5.


From: guix-commits
Subject: 03/05: gnu: xfce4-notifyd: Update to 0.6.5.
Date: Sun, 25 Dec 2022 11:22:17 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit d93ab41288423403583d0f01cd106992a1ebed19
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Dec 16 12:44:02 2022 +0100

    gnu: xfce4-notifyd: Update to 0.6.5.
    
    * gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.5.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 418d13acb1..c91355b953 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1234,7 +1234,7 @@ several different time zones.")
 (define-public xfce4-notifyd
   (package
     (name "xfce4-notifyd")
-    (version "0.6.4")
+    (version "0.6.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/";
@@ -1242,7 +1242,7 @@ several different time zones.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1xi0j4qk8hhcd3xj4wvzs170n2010z0bv8w1mm53g5gqj7q7ikhf"))))
+                "0425pfp0y17daw77q39vi48lkw3j5yj4724i3hin1rq5k7j30wav"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list intltool pkg-config))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]