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
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -310,7 +310,7 @@ (define-public elementary-xfce-icon-theme
(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 @@ (define-public exo
"exo-" version ".tar.bz2"))
(sha256
(base32
"0mbxv8hys1i8s4p5d0pvgywsjgf21ki0mzcp8avcv2588p862b2g"))))
"1387xib59z9m43z772lz3kwjrcd6id9zs5yr3khgs7jz4jczfxs2"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool))