mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: exo: Update to 4.16.3.
* gnu/packages/xfce.scm (exo): Update to 4.16.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
8afa00908b
commit
ad6ab022c5
1 changed files with 2 additions and 2 deletions
|
@ -301,7 +301,7 @@ (define-public elementary-xfce-icon-theme
|
|||
(define-public exo
|
||||
(package
|
||||
(name "exo")
|
||||
(version "4.16.2")
|
||||
(version "4.16.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||
|
@ -309,7 +309,7 @@ (define-public exo
|
|||
"exo-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"17cybaml221jnw99aig3zajg2kbnn87p5sycj68wpwgvd99zb2af"))))
|
||||
"1rpsp37n5l3qxinv37rz5l4rvja7yaf8hqsy81jhlgz27wygybbj"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config intltool))
|
||||
|
|
Loading…
Reference in a new issue