gnu: exo: Update to 4.16.3.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Michael Rohleder 2021-12-16 06:40:28 +01:00 committed by Nicolas Goaziou
parent 8afa00908b
commit ad6ab022c5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -301,7 +301,7 @@ (define-public elementary-xfce-icon-theme
(define-public exo
(package
(name "exo")
(version "4.16.2")
(version "4.16.3")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@ -309,7 +309,7 @@ (define-public exo
"exo-" version ".tar.bz2"))
(sha256
(base32
"17cybaml221jnw99aig3zajg2kbnn87p5sycj68wpwgvd99zb2af"))))
"1rpsp37n5l3qxinv37rz5l4rvja7yaf8hqsy81jhlgz27wygybbj"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool))