[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61862] [PATCH v2] gnu: xfce4-notifyd: Update to 0.8.1.
From: |
iyzsong |
Subject: |
[bug#61862] [PATCH v2] gnu: xfce4-notifyd: Update to 0.8.1. |
Date: |
Tue, 28 Feb 2023 14:26:29 +0800 |
From: 宋文武 <iyzsong@member.fsf.org>
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.8.1.
[native-inputs]: Add xfce4-dev-tools.
---
gnu/packages/xfce.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 716c32d1bb..a5f2d9de89 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,10 +1363,10 @@ (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))
+ (list intltool pkg-config xfce4-dev-tools))
(inputs
(list libxfce4ui libnotify sqlite xfce4-panel))
(home-page "https://goodies.xfce.org/projects/applications/xfce4-notifyd")
--
2.39.1