mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: exo: Update to 0.12.5.
* gnu/packages/xfce.scm (exo): Update to 0.12.5.
This commit is contained in:
parent
dd5fbf613a
commit
89d7bb866f
1 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ (define-public libxfce4ui
|
|||
(define-public exo
|
||||
(package
|
||||
(name "exo")
|
||||
(version "0.12.4")
|
||||
(version "0.12.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||
|
@ -196,7 +196,7 @@ (define-public exo
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bsh43m6dh83vj9qi1vs0425m2d5yfqjyihr7zjjqmyvdf0n1bxh"))))
|
||||
"1s23prcgall6r5dpn0qlrdq3zj13p95a5s0l2vflgrka8gb39x78"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue