diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-20 03:32:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-20 04:16:05 +0200 |
commit | 89d7bb866f1b83d6d4be0331a69042e17fc0530f (patch) | |
tree | 2686576518be8c3256b3253dea5dae20922d8cb7 | |
parent | dd5fbf613ac177376cb801808b62bac166bbc9a9 (diff) | |
download | guix-89d7bb866f1b83d6d4be0331a69042e17fc0530f.tar.gz guix-89d7bb866f1b83d6d4be0331a69042e17fc0530f.zip |
gnu: exo: Update to 0.12.5.
* gnu/packages/xfce.scm (exo): Update to 0.12.5.
-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 cc79fb4851..000266ea5d 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -188,7 +188,7 @@ to share commonly used Xfce widgets among the Xfce applications.") (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 @@ to share commonly used Xfce widgets among the Xfce applications.") name "-" version ".tar.bz2")) (sha256 (base32 - "1bsh43m6dh83vj9qi1vs0425m2d5yfqjyihr7zjjqmyvdf0n1bxh")))) + "1s23prcgall6r5dpn0qlrdq3zj13p95a5s0l2vflgrka8gb39x78")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |