guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 976056836bd9d8d6308e258c11433579c1e88cb2
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:39 2025 +0800

    gnu: xfce4-dict: Update to 0.8.9.
    
    * gnu/packages/xfce.scm (xfce4-dict): Update to 0.8.9.
    
    Change-Id: Ia5546e70f8f4f08a70aac89a8fc37cc8a657529f
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 4907a4fd61..a5f1612780 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1279,7 +1279,7 @@ on your desktop.")
 (define-public xfce4-dict
   (package
     (name "xfce4-dict")
-    (version "0.8.8")
+    (version "0.8.9")
     (source
      (origin
        (method git-fetch)
@@ -1289,7 +1289,7 @@ on your desktop.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1y9ggn3c0ngn621ljmb2ahavr27sksld48z2qs470zcjwiw48nlx"))))
+        (base32 "0w24pnvhl73dwb8jr88vs20xmqivjzfacr67g9w4c6b0z6f56pkj"))))
     (build-system gnu-build-system)
     (native-inputs
      (list xfce4-dev-tools))

Reply via email to