gnu: exo: Update to 0.12.6.
* gnu/packages/xfce.scm (exo): Update to 0.12.6.
This commit is contained in:
parent
e6de37df45
commit
ba96c10ecd
|
@ -188,7 +188,7 @@ to share commonly used Xfce widgets among the Xfce applications.")
|
||||||
(define-public exo
|
(define-public exo
|
||||||
(package
|
(package
|
||||||
(name "exo")
|
(name "exo")
|
||||||
(version "0.12.5")
|
(version "0.12.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||||
|
@ -196,7 +196,7 @@ to share commonly used Xfce widgets among the Xfce applications.")
|
||||||
"exo-" version ".tar.bz2"))
|
"exo-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s23prcgall6r5dpn0qlrdq3zj13p95a5s0l2vflgrka8gb39x78"))))
|
"00qh8ihrf09jvd26kilybihkgvv6rvi0l1bvlldxc99jb7ygy5ql"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in New Issue