summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2020-08-01 08:01:33 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-08-01 09:13:43 +0200
commitf32d10d557c637ecfa7f8cf34165712562a5d6c4 (patch)
treec86bd62884340ffc1ad14b9a01f10f656ca6102d /gnu/packages
parent033b43b2684334655e9c778d8a63f4f61561e759 (diff)
downloadguix-patches-f32d10d557c637ecfa7f8cf34165712562a5d6c4.tar
guix-patches-f32d10d557c637ecfa7f8cf34165712562a5d6c4.tar.gz
gnu: xfce4-notifyd: Update to 0.6.1.
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/xfce.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index b72d258b05..997fa37317 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -13,6 +13,7 @@
;;; Copyright © 2019 Ingo Ruhnke <grumbel@gmail.com>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1033,7 +1034,7 @@ several different time zones.")
(define-public xfce4-notifyd
(package
(name "xfce4-notifyd")
- (version "0.4.4")
+ (version "0.6.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1041,7 +1042,7 @@ several different time zones.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "0m8vlbwdxiw9nmimaj5np9l5qm784gxpkdvc881k0hjcz6n72189"))))
+ "1d49l2vdz4hb2c14ai5p81wz7vikh9g3ffz0gmm2kgw9kjcp8llv"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("intltool" ,intltool)