diff options
author | Michael Rohleder <mike@rohleder.de> | 2022-12-16 12:44:02 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-12-25 17:17:55 +0100 |
commit | d93ab41288423403583d0f01cd106992a1ebed19 (patch) | |
tree | de9fc2ef1664fbb221c4c9bb5ec8c8834c4eb0a3 /gnu/packages/xfce.scm | |
parent | cb823181d34119971ef76c2f517bfb28ddcc5ea0 (diff) |
gnu: xfce4-notifyd: Update to 0.6.5.
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.5.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages/xfce.scm')
-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 418d13acb1..c91355b953 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1234,7 +1234,7 @@ several different time zones.") (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/" @@ -1242,7 +1242,7 @@ several different time zones.") name "-" version ".tar.bz2")) (sha256 (base32 - "1xi0j4qk8hhcd3xj4wvzs170n2010z0bv8w1mm53g5gqj7q7ikhf")))) + "0425pfp0y17daw77q39vi48lkw3j5yj4724i3hin1rq5k7j30wav")))) (build-system glib-or-gtk-build-system) (native-inputs (list intltool pkg-config)) |