diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-12-20 11:04:52 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-12-22 14:08:47 +0800 |
commit | 29291e6f624c1ae7e5a73f15e061cdfe706370ee (patch) | |
tree | c4ee1ad92f5d81341d9df8f3c928c343f7fbba88 /gnu/packages/xfce.scm | |
parent | 12d7fe014a76cf4003d5f1917d0d5133ef95c0e2 (diff) | |
download | guix-29291e6f624c1ae7e5a73f15e061cdfe706370ee.tar.gz guix-29291e6f624c1ae7e5a73f15e061cdfe706370ee.zip |
gnu: libxfce4util: Update to 4.20.0.
* gnu/packages/xfce.scm (libxfce4util): Update to 4.20.0.
Change-Id: Id503c73d35e76708567d83e47280bc762d5dfc6b
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 ab279eac2c..c17a76b213 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -112,7 +112,7 @@ (define-public libxfce4util (package (name "libxfce4util") - (version "4.18.2") + (version "4.20.0") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -120,7 +120,7 @@ "/" name "-" version ".tar.bz2")) (sha256 (base32 - "0ly3i4w2xb9rcmkr34d8yrig3fvb4yxzranl1i9f5xvq5cc2k8yr")))) + "14mml8rdj16gkax92h89vcgf6sphp7v3jf5r7n1858lmk6f3yj91")))) (build-system gnu-build-system) (native-inputs (list pkg-config gobject-introspection intltool vala)) |