gnu: exo: Update to 4.18.0.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Michael Rohleder 2022-12-23 13:07:50 +01:00 committed by 宋文武
parent 03bd907f78
commit 0709de1a7b
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -296,7 +296,7 @@ upstream occasionally.")
(define-public exo (define-public exo
(package (package
(name "exo") (name "exo")
(version "4.16.4") (version "4.18.0")
(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/"
@ -304,7 +304,7 @@ upstream occasionally.")
"exo-" version ".tar.bz2")) "exo-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1jifknw0chyaismj94mrx9pbhnd7ridm25bn1d15q7lgwxkhr9c2")))) "0mbxv8hys1i8s4p5d0pvgywsjgf21ki0mzcp8avcv2588p862b2g"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list pkg-config intltool)) (list pkg-config intltool))