guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

22/30: gnu: xfce4-dict: Update to 0.8.6.


From: guix-commits
Subject: 22/30: gnu: xfce4-dict: Update to 0.8.6.
Date: Tue, 19 Mar 2024 07:12:09 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 759e67b4fd5ba67510ed22bb164ebfaf4210a72e
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Mar 16 11:47:28 2024 +0800

    gnu: xfce4-dict: Update to 0.8.6.
    
    * gnu/packages/xfce.scm (xfce4-dict): Update to 0.8.6.
    
    Change-Id: Ib8a818393a50a3059d4b2fd984fea1e8bfe5457f
---
 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 fb1567fadc..810b7ce3eb 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1136,7 +1136,7 @@ on your desktop.")
 (define-public xfce4-dict
   (package
     (name "xfce4-dict")
-    (version "0.8.5")
+    (version "0.8.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/"; name "/"
@@ -1144,7 +1144,7 @@ on your desktop.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "06xa7987azyx6y4mkmg58qv7gsg66szmr8ly29l9l1v1xl5sp7i9"))))
+                "0h8adjgb7126hafik7r1k9wr3g6d835ggsh8zj9k4k9mf35bfpdf"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]