summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2022-12-23 13:07:50 +0100
committer宋文武 <iyzsong@member.fsf.org>2023-01-29 09:03:16 +0800
commit0709de1a7be8a0d00696082e29da8f901c7b24ed (patch)
tree525ad7fceb8a6b1ec895f3cb79712e4a32160401 /gnu/packages/xfce.scm
parent03bd907f7858e48188c6705f89985d10dbbff724 (diff)
gnu: exo: Update to 4.18.0.
* gnu/packages/xfce.scm (exo): Update to 4.18.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r--gnu/packages/xfce.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 3bb46dfd9b..0d9e89aa94 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -296,7 +296,7 @@ upstream occasionally.")
(define-public exo
(package
(name "exo")
- (version "4.16.4")
+ (version "4.18.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -304,7 +304,7 @@ upstream occasionally.")
"exo-" version ".tar.bz2"))
(sha256
(base32
- "1jifknw0chyaismj94mrx9pbhnd7ridm25bn1d15q7lgwxkhr9c2"))))
+ "0mbxv8hys1i8s4p5d0pvgywsjgf21ki0mzcp8avcv2588p862b2g"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config intltool))