guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: xfce4-notifyd: Update to 0.7.3.


From: guix-commits
Subject: branch master updated: gnu: xfce4-notifyd: Update to 0.7.3.
Date: Sun, 05 Feb 2023 08:06:29 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 716f2b330f gnu: xfce4-notifyd: Update to 0.7.3.
716f2b330f is described below

commit 716f2b330fb0566e48423a7f928759a351e73850
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sun Feb 5 13:44:17 2023 +0100

    gnu: xfce4-notifyd: Update to 0.7.3.
    
    * gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.7.3.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 dda3cff901..30c0305f4c 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1350,7 +1350,7 @@ several different time zones.")
 (define-public xfce4-notifyd
   (package
     (name "xfce4-notifyd")
-    (version "0.7.2")
+    (version "0.7.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/";
@@ -1358,7 +1358,7 @@ several different time zones.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0yzdidi7x8bfnypn0pnahpc25vmjmdiclvbybjqxmdk9pl8ylhfq"))))
+                "0hz9x42cfwd52i02a50mqvw3qwpgb3hpnlxqnnlkc8bwadfn1nah"))))
     (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]