aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2024-12-20 11:47:44 +0800
committer宋文武 <iyzsong@member.fsf.org>2024-12-22 14:08:48 +0800
commit5b4319d2590cdcc0f72fb08f0cbb6d3665db0c7b (patch)
tree76a03667e084e03cb75194f7cbe3fd42050bc52b /gnu/packages/xfce.scm
parent0daf8577ee21a85ca5cdab2e5fca2c99cc0e6cb0 (diff)
downloadguix-5b4319d2590cdcc0f72fb08f0cbb6d3665db0c7b.tar.gz
guix-5b4319d2590cdcc0f72fb08f0cbb6d3665db0c7b.zip
gnu: xfce4-dict: Update to 0.8.8.
* gnu/packages/xfce.scm (xfce4-dict): Update to 0.8.8. Change-Id: I2d0bc7088533e8cc46fb81701ba37f09ba76c0a5
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 5817fde3eb..35d898e701 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1213,7 +1213,7 @@ on your desktop.")
(define-public xfce4-dict
(package
(name "xfce4-dict")
- (version "0.8.6")
+ (version "0.8.8")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/" name "/"
@@ -1221,7 +1221,7 @@ on your desktop.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "0h8adjgb7126hafik7r1k9wr3g6d835ggsh8zj9k4k9mf35bfpdf"))))
+ "05p9xbjzhqg2a13c9vsva854kpqjvzj4xjaj98bjrn3ns9wv030d"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))