guix-commits
[Top][All Lists]
Advanced

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

05/15: gnu: xfce4-dict: Update to 0.8.5.


From: guix-commits
Subject: 05/15: gnu: xfce4-dict: Update to 0.8.5.
Date: Mon, 1 May 2023 00:13:20 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 57e10cff8629dae4b5d619993fb6f1c1745d7559
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Wed Apr 26 22:07:52 2023 +0800

    gnu: xfce4-dict: Update to 0.8.5.
    
    * gnu/packages/xfce.scm (xfce4-dict): Update to 0.8.5.
---
 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 99ab825a85..328529e16f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1086,7 +1086,7 @@ on your desktop.")
 (define-public xfce4-dict
   (package
     (name "xfce4-dict")
-    (version "0.8.4")
+    (version "0.8.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/"; name "/"
@@ -1094,7 +1094,7 @@ on your desktop.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1qriyvii50v8a8dx7aw6nlm888mf5cjrb9nwm3r0dcs2yzxzx1fb"))))
+                "06xa7987azyx6y4mkmg58qv7gsg66szmr8ly29l9l1v1xl5sp7i9"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))



reply via email to

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