gnu: exo: Update to 4.16.2.
* gnu/packages/xfce.scm (exo): Update to 4.16.2.
This commit is contained in:
parent
6eaba2bc86
commit
85ead8f751
1 changed files with 2 additions and 2 deletions
|
@ -316,7 +316,7 @@ upstream occasionally.")
|
||||||
(define-public exo
|
(define-public exo
|
||||||
(package
|
(package
|
||||||
(name "exo")
|
(name "exo")
|
||||||
(version "4.16.1")
|
(version "4.16.2")
|
||||||
(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/"
|
||||||
|
@ -324,7 +324,7 @@ upstream occasionally.")
|
||||||
"exo-" version ".tar.bz2"))
|
"exo-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fxm2aczzbi0z4y6x24934964y9jg4cl4frvlnjc5zqmccjsr3aj"))))
|
"17cybaml221jnw99aig3zajg2kbnn87p5sycj68wpwgvd99zb2af"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Reference in a new issue