gnu: xfce4-settings: Update to 4.12.4.
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.12.4. [source]: Update URL.
This commit is contained in:
parent
d4986c902a
commit
1683dcdccd
|
@ -522,15 +522,15 @@ allows you to shutdown the computer from Xfce.")
|
||||||
(define-public xfce4-settings
|
(define-public xfce4-settings
|
||||||
(package
|
(package
|
||||||
(name "xfce4-settings")
|
(name "xfce4-settings")
|
||||||
(version "4.12.0")
|
(version "4.12.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://archive.xfce.org/xfce/"
|
(uri (string-append "http://archive.xfce.org/src/xfce/"
|
||||||
(version-major+minor version)
|
name "/" (version-major+minor version) "/"
|
||||||
"/src/" name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"108za1cmjslwzkdl76x9kwxkq8z734kg9nz8rxk057f10pqwxgh4"))
|
"16vgidhhc19dz0p0i6fp5iiwxd53ky143j6h14a9b7mz92nlr872"))
|
||||||
(patches (search-patches "xfce4-settings-defaults.patch"))))
|
(patches (search-patches "xfce4-settings-defaults.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in New Issue