1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 04:30:32 +02:00

gnu: exo: Update to 4.20.0.

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

Change-Id: Ia847597bfbc1ddc34a8fb2ada761bfa70e327697
This commit is contained in:
宋文武
2024-12-20 11:13:46 +08:00
parent 29322c8976
commit 24e3c69cc2

View File

@@ -310,7 +310,7 @@ upstream occasionally.")
(define-public exo
(package
(name "exo")
(version "4.18.0")
(version "4.20.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -318,7 +318,7 @@ upstream occasionally.")
"exo-" version ".tar.bz2"))
(sha256
(base32
"0mbxv8hys1i8s4p5d0pvgywsjgf21ki0mzcp8avcv2588p862b2g"))))
"1387xib59z9m43z772lz3kwjrcd6id9zs5yr3khgs7jz4jczfxs2"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool))