[PATCH] gnu: xfce4-notifyd: Update to 0.6.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Rohleder
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal
M
M
Michael Rohleder wrote on 16 Dec 2022 12:44
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20221216114402.15021-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.5.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 720a36e3b9..8e5288140d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1233,7 +1233,7 @@ (define-public orage
(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/"
@@ -1241,7 +1241,7 @@ (define-public xfce4-notifyd
name "-" version ".tar.bz2"))
(sha256
(base32
- "1xi0j4qk8hhcd3xj4wvzs170n2010z0bv8w1mm53g5gqj7q7ikhf"))))
+ "0425pfp0y17daw77q39vi48lkw3j5yj4724i3hin1rq5k7j30wav"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list intltool pkg-config))
--
2.38.1
M
M
Mathieu Othacehe wrote on 25 Dec 2022 17:20
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 60118-done@debbugs.gnu.org)
87a63bfoan.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.5.

Applied, thanks,

Mathieu
Closed
?