gnu: exo: Update to 0.12.4.

* gnu/packages/xfce.scm (exo): Update to 0.12.4.
[source]: Update URL.
This commit is contained in:
Kei Kebreau 2019-03-16 16:22:08 -04:00
parent f96cd7cea4
commit 33e6ad8375
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -182,14 +182,15 @@ (define-public libxfce4ui
(define-public exo
(package
(name "exo")
(version "0.10.3")
(version "0.12.4")
(source (origin
(method url-fetch)
(uri (string-append "http://archive.xfce.org/xfce/4.12/src/"
(uri (string-append "https://archive.xfce.org/src/xfce/"
name "/" (version-major+minor version) "/"
name "-" version ".tar.bz2"))
(sha256
(base32
"1g9651ra395v2fmzb943l68b9pg0rfxc19x97a62crchxwa4nw4m"))))
"1bsh43m6dh83vj9qi1vs0425m2d5yfqjyihr7zjjqmyvdf0n1bxh"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)