1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-13 12:45:53 +02:00

gnu: xfce4-dict: Update to 0.8.8.

* gnu/packages/xfce.scm (xfce4-dict): Update to 0.8.8.

Change-Id: I2d0bc7088533e8cc46fb81701ba37f09ba76c0a5
This commit is contained in:
宋文武
2024-12-20 11:47:44 +08:00
parent 0daf8577ee
commit 5b4319d259
+2 -2
View File
@@ -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))