GNU bug report logs -
#63090
[PATCH 00/12] xfce updates
Previous Next
Reported by: iyzsong <at> envs.net
Date: Wed, 26 Apr 2023 14:07:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #23 received at 63090 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* 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 @@ (define-public xfce4-terminal
(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 @@ (define-public xfce4-dict
name "-" version ".tar.bz2"))
(sha256
(base32
- "1qriyvii50v8a8dx7aw6nlm888mf5cjrb9nwm3r0dcs2yzxzx1fb"))))
+ "06xa7987azyx6y4mkmg58qv7gsg66szmr8ly29l9l1v1xl5sp7i9"))))
(build-system gnu-build-system)
(native-inputs
(list intltool pkg-config))
--
2.39.2
This bug report was last modified 2 years and 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.