diff options
author | Michael Rohleder <mike@rohleder.de> | 2022-12-23 13:07:47 +0100 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-01-29 09:03:16 +0800 |
commit | c3eab98ccd47e36fadeb1a24d09ffbf0da18d15d (patch) | |
tree | 5b79e3ca885bb7a14df792a1a7500716801075d3 /gnu | |
parent | 1bed1d848166a4081051b4e87a5ec4942ddb3397 (diff) |
gnu: libxfce4util: Update to 4.18.1.
* gnu/packages/xfce.scm (libxfce4util): Update to 4.18.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
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 b1352f9330..eee7d048b1 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -106,7 +106,7 @@ (define-public libxfce4util (package (name "libxfce4util") - (version "4.16.0") + (version "4.18.1") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -114,7 +114,7 @@ "/" name "-" version ".tar.bz2")) (sha256 (base32 - "10svnpc8ggasym1pfgh24bfr0ndqs6lc7v1wmpsizj0zbms8snb0")))) + "07xhs4lpirn5hgmpf76j7sc5k6whjxlyxnfa70i2arnwb8x0clla")))) (build-system gnu-build-system) (native-inputs (list pkg-config gobject-introspection intltool vala)) |