gnu: xfdesktop: Update to 4.12.4.

* gnu/packages/xfce.scm (xfdesktop): Update to 4.12.4.
[source]: Update URL.
This commit is contained in:
Kei Kebreau 2019-03-16 19:26:28 -04:00
parent 199af14271
commit 7cc102f970
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 5 additions and 5 deletions

View File

@ -649,15 +649,15 @@ on the screen.")
(define-public xfdesktop
(package
(name "xfdesktop")
(version "4.12.0")
(version "4.12.4")
(source (origin
(method url-fetch)
(uri (string-append "http://archive.xfce.org/xfce/"
(version-major+minor version)
"/src/" name "-" version ".tar.bz2"))
(uri (string-append "https://archive.xfce.org/src/xfce/"
name "/" (version-major+minor version) "/"
name "-" version ".tar.bz2"))
(sha256
(base32
"1ivzgg4792nid6wcgd1nq5vc3z0y5ip6ymq7ci5j2qkp663qnykf"))))
"1jzi851arljq5lza9inyq4ss513l62lbzbfm64a7x4320m8kb2h9"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)