gnu: xfconf: Update to 4.12.1.

* gnu/packages/xfce.scm (xfconf): Update to 4.12.1.
[source]: Update URL.
This commit is contained in:
Kei Kebreau 2019-03-16 17:06:31 -04:00
parent 611a6980dc
commit 912a81ff16
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 5 additions and 5 deletions

View File

@ -104,15 +104,15 @@ Xfce Desktop Environment.")
(define-public xfconf (define-public xfconf
(package (package
(name "xfconf") (name "xfconf")
(version "4.12.0") (version "4.12.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://archive.xfce.org/xfce/" (uri (string-append "https://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
"0mmi0g30aln3x98y5p507g17pipq0dj0bwypshan8cq5hkmfl44r")))) "0dns190bwb615wy9ma2654sw4vz1d0rcv061zmaalkv9wmj8bx1m"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases