diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-02 23:38:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-03 01:52:46 +0100 |
commit | d539ca11b3e5d38073a51204d95d3a1ad746d23d (patch) | |
tree | 50af69169ea79326b8d98ea549fc4b9c0c6e1341 /gnu/packages/xfce.scm | |
parent | 378506a964abdc591bb4edba0620b2ce2a07d5ce (diff) | |
download | guix-d539ca11b3e5d38073a51204d95d3a1ad746d23d.tar guix-d539ca11b3e5d38073a51204d95d3a1ad746d23d.tar.gz |
gnu: exo: Update to 0.12.10.
* gnu/packages/xfce.scm (exo): Update to 0.12.10.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 315e4a45be..ccf8c83103 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -202,7 +202,7 @@ to share commonly used Xfce widgets among the Xfce applications.") (define-public exo (package (name "exo") - (version "0.12.8") + (version "0.12.10") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -210,7 +210,7 @@ to share commonly used Xfce widgets among the Xfce applications.") "exo-" version ".tar.bz2")) (sha256 (base32 - "1ppwi6n40aphh0dqsnfrk234zsp7pl4lkjnspqjxw7m49bka401l")))) + "1b3w4pf9gkcp13h63nf93k95hkw0ij7v5y7wjklqd1qifm8xd3w4")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |