me
/
guix
Archived
1
0
Fork 0

gnu: exo: Update to 4.16.2.

* gnu/packages/xfce.scm (exo): Update to 4.16.2.
master
Tobias Geerinckx-Rice 2021-04-24 17:27:04 +02:00
parent 6eaba2bc86
commit 85ead8f751
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -316,7 +316,7 @@ upstream occasionally.")
(define-public exo
(package
(name "exo")
(version "4.16.1")
(version "4.16.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@ -324,7 +324,7 @@ upstream occasionally.")
"exo-" version ".tar.bz2"))
(sha256
(base32
"0fxm2aczzbi0z4y6x24934964y9jg4cl4frvlnjc5zqmccjsr3aj"))))
"17cybaml221jnw99aig3zajg2kbnn87p5sycj68wpwgvd99zb2af"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)