mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 17:36:26 +01:00
gnu: exo: Update to 4.16.4.
* gnu/packages/xfce.scm (exo): Update to 4.16.4. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
88bfd423df
commit
3c63bfcc68
1 changed files with 2 additions and 2 deletions
|
@ -302,7 +302,7 @@ (define-public elementary-xfce-icon-theme
|
|||
(define-public exo
|
||||
(package
|
||||
(name "exo")
|
||||
(version "4.16.3")
|
||||
(version "4.16.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||
|
@ -310,7 +310,7 @@ (define-public exo
|
|||
"exo-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rpsp37n5l3qxinv37rz5l4rvja7yaf8hqsy81jhlgz27wygybbj"))))
|
||||
"1jifknw0chyaismj94mrx9pbhnd7ridm25bn1d15q7lgwxkhr9c2"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config intltool))
|
||||
|
|
Loading…
Reference in a new issue