mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: xfce4-settings: Update to 4.16.3.
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
febd167c7d
commit
08ef65f6af
1 changed files with 2 additions and 2 deletions
|
@ -693,7 +693,7 @@ allows you to shut down the computer from Xfce.")
|
|||
(define-public xfce4-settings
|
||||
(package
|
||||
(name "xfce4-settings")
|
||||
(version "4.16.2")
|
||||
(version "4.16.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||
|
@ -701,7 +701,7 @@ allows you to shut down the computer from Xfce.")
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0zixl1yiksavp3a824hqczxx5q3l09f0ng37gxl5wlv0111cpmsd"))
|
||||
"0r4fmcmqzik9a1cflm3jck40pmbbgn8viffygq5jq54fdp9fd6gj"))
|
||||
(patches (search-patches "xfce4-settings-defaults.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue