diff options
author | Michael Rohleder <mike@rohleder.de> | 2023-02-13 20:36:23 +0100 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-02-15 09:11:43 +0800 |
commit | 0412c8dc0e1f9097fd4945cd6992e2a573820895 (patch) | |
tree | 87065971e27711e8b7d2392d27e371fdcae6052e /gnu/packages/xfce.scm | |
parent | e2320fea44a8096b2ddbe53125c01a4376762571 (diff) | |
download | guix-0412c8dc0e1f9097fd4945cd6992e2a573820895.tar.gz |
gnu: libxfce4ui: Update to 4.18.2.
* gnu/packages/xfce.scm (libxfce4ui): Update to 4.18.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.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 3213cc584a..28e8ff4094 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -184,7 +184,7 @@ storage system.") (define-public libxfce4ui (package (name "libxfce4ui") - (version "4.18.1") + (version "4.18.2") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -192,7 +192,7 @@ storage system.") name "-" version ".tar.bz2")) (sha256 (base32 - "0bp5wl9r6wbl7a18wikldb6kvyqzaz16sk2bh9swwyqv08q7pgvf")))) + "01wlwigrq5icf6bz3waqxjd066hm0z397crxnlz0ri764w22sq5d")))) (build-system gnu-build-system) (arguments `(#:configure-flags |