me
/
guix
Archived
1
0
Fork 0

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>
Michael Rohleder 2022-11-21 11:28:56 +01:00 committed by Christopher Baines
parent d54febb86f
commit 1f600136ff
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -681,7 +681,7 @@ allows you to shut down the computer from Xfce.")
(define-public xfce4-settings (define-public xfce4-settings
(package (package
(name "xfce4-settings") (name "xfce4-settings")
(version "4.16.4") (version "4.16.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/" (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")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1vd3l20myjfbq53x8sywy989zd557adyv3bb2y0nhh2is8ps9aqq")) "13nj80mshkz3czrp8l1yxj6qmz0kkfhzv94z3ixfgmw64j078kvs"))
(patches (search-patches "xfce4-settings-defaults.patch")))) (patches (search-patches "xfce4-settings-defaults.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments