diff options
author | Michael Rohleder <mike@rohleder.de> | 2022-02-12 14:13:13 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-14 10:52:53 +0100 |
commit | c079e68f3f000b8fec0bc528746c0dc4e43badc3 (patch) | |
tree | 49504590b5026d6cea4dd28f42f630d69102fa97 /gnu | |
parent | ecaada08ea555310c3d7c3aef868cbb42c25a62d (diff) |
gnu: xfce4-notifyd: Update to 0.6.3.
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.3.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 462736d63a..cdd98f2863 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1106,7 +1106,7 @@ several different time zones.") (define-public xfce4-notifyd (package (name "xfce4-notifyd") - (version "0.6.2") + (version "0.6.3") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/" @@ -1114,7 +1114,7 @@ several different time zones.") name "-" version ".tar.bz2")) (sha256 (base32 - "0ib5s7kjbr9sy8nh89nfcc4w6qplacnk4s92iycijy2wcv389aqr")))) + "17w5j3cwxlza7p3clvm7sp3vfacyi4dbn2dy58ph8q6lmsaziaan")))) (build-system glib-or-gtk-build-system) (native-inputs (list intltool pkg-config)) |