diff options
author | Michael Rohleder <mike@rohleder.de> | 2022-11-21 11:28:56 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-11-22 09:24:16 +0000 |
commit | 1f600136ffd1d1d6a1ebb0130e28d0e0849ba21b (patch) | |
tree | c73a363046b4cf011f8c9962fc2c66508075f882 | |
parent | d54febb86ff71a93a8a62957658512ca4727f89d (diff) |
gnu: xfce4-settings: Update to 4.16.5.
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.5.
Signed-off-by: Christopher Baines <mail@cbaines.net>
-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 6840867612..d02e363d6c 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.4") + (version "4.16.5") (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 - "1vd3l20myjfbq53x8sywy989zd557adyv3bb2y0nhh2is8ps9aqq")) + "13nj80mshkz3czrp8l1yxj6qmz0kkfhzv94z3ixfgmw64j078kvs")) (patches (search-patches "xfce4-settings-defaults.patch")))) (build-system gnu-build-system) (arguments |