mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01: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:
parent
29322c8976
commit
24e3c69cc2
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue