guix-patches
[Top][All Lists]
Advanced

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

[bug#61862] [PATCH 2/2] gnu: xfce4-notifyd: Update to 0.8.1.


From: iyzsong
Subject: [bug#61862] [PATCH 2/2] gnu: xfce4-notifyd: Update to 0.8.1.
Date: Tue, 28 Feb 2023 14:23:03 +0800

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.8.1.
---
 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 716c32d1bb..c8386e11a6 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1355,7 +1355,7 @@ (define-public orage
 (define-public xfce4-notifyd
   (package
     (name "xfce4-notifyd")
-    (version "0.8.0")
+    (version "0.8.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/";
@@ -1363,7 +1363,7 @@ (define-public xfce4-notifyd
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1jcmcjq2kay9kmzd5j5l8kasrzqb7aidp26q4nbmxghxxa3ncyf7"))))
+                "00nl8yj7m9y6fvxqrjamy57wig91mdfnar34bi01jwz6pkbiy9mj"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list intltool pkg-config))
-- 
2.39.1






reply via email to

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