diff options
author | Michael Rohleder <mike@rohleder.de> | 2022-09-02 19:36:43 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-04 17:57:02 +0200 |
commit | 5807a21e19228285715cf302cde0345a5880ad6a (patch) | |
tree | d0d4c23404ae63aefd43e642f500a837b9fe4e40 | |
parent | a2c6125b6075992f66213d8f1665a556258f4b5e (diff) | |
download | guix-5807a21e19228285715cf302cde0345a5880ad6a.tar.gz |
gnu: xfce4-notifyd: Update to 0.6.4.
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.4. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-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 bcf255864f..3037b05e07 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1246,7 +1246,7 @@ several different time zones.") (define-public xfce4-notifyd (package (name "xfce4-notifyd") - (version "0.6.3") + (version "0.6.4") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/" @@ -1254,7 +1254,7 @@ several different time zones.") name "-" version ".tar.bz2")) (sha256 (base32 - "17w5j3cwxlza7p3clvm7sp3vfacyi4dbn2dy58ph8q6lmsaziaan")))) + "1xi0j4qk8hhcd3xj4wvzs170n2010z0bv8w1mm53g5gqj7q7ikhf")))) (build-system glib-or-gtk-build-system) (native-inputs (list intltool pkg-config)) |