3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: exo: Update to 4.16.1.

* gnu/packages/xfce.scm (exo): Update to 4.16.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Michael Rohleder 2021-03-25 01:52:33 +01:00 committed by Efraim Flashner
parent be27d36640
commit d8235685d8
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

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