diff options
author | Michael Rohleder <mike@rohleder.de> | 2022-11-08 19:41:41 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-11-11 23:17:43 +0100 |
commit | b37cd00dc35f8ace8a98b0f40c7de6101f00ddce (patch) | |
tree | 1e2221f236166d92d4347268d06b64acaef37aa8 | |
parent | 1fdb3f98a6165ec2c0618d4e47916a442fda66ae (diff) | |
download | guix-b37cd00dc35f8ace8a98b0f40c7de6101f00ddce.tar.gz guix-b37cd00dc35f8ace8a98b0f40c7de6101f00ddce.zip |
gnu: xfce4-settings: Update to 4.16.4.
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.4.
Signed-off-by: Ludovic Courtès <ludo@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 e49e55edc7..6840867612 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -681,7 +681,7 @@ allows you to shut down the computer from Xfce.") (define-public xfce4-settings (package (name "xfce4-settings") - (version "4.16.3") + (version "4.16.4") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -689,7 +689,7 @@ allows you to shut down the computer from Xfce.") name "-" version ".tar.bz2")) (sha256 (base32 - "0r4fmcmqzik9a1cflm3jck40pmbbgn8viffygq5jq54fdp9fd6gj")) + "1vd3l20myjfbq53x8sywy989zd557adyv3bb2y0nhh2is8ps9aqq")) (patches (search-patches "xfce4-settings-defaults.patch")))) (build-system gnu-build-system) (arguments |