From b979d16ce107ff75e16477315ada8aab43471aa7 Mon Sep 17 00:00:00 2001 From: Nigko Yerden Date: Mon, 10 Nov 2025 20:58:12 +0500 Subject: [PATCH] gnu: goldendict-ng: Update to 25.10.2. * gnu/packages/dictionaries.scm (goldendict-ng): Update to 25.10.2. Closes: guix/guix#4181 Change-Id: I5e62a2588e06250f99c27f127e3e87b61cfb32c8 Signed-off-by: Steve George --- gnu/packages/dictionaries.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index ba6738501c..a542db8582 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -886,11 +886,11 @@ format compatible with dicod and similar programs.") (license license:unlicense))) (define-public goldendict-ng - (let ((commit "2cfc27361d061103a164705e7f85dbdf6cd6056f") + (let ((commit "673d1b905e4844375125d6e0dda99342636662ac") (revision "0")) (package (name "goldendict-ng") - (version (git-version "25.10.0" revision commit)) + (version (git-version "25.10.2" revision commit)) (source (origin (method git-fetch) @@ -899,7 +899,7 @@ format compatible with dicod and similar programs.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "0r3aykiwg1jxam72mn1yrgmndnbf0r6nz5l1brqyqbr4wq3ir0p2")) + (base32 "0g6l4652q6v208fqa2h4yi9db1wdzj3b5fpv8akg3xil999crz39")) (modules '((guix build utils))) (snippet #~(for-each delete-file-recursively (list "thirdparty/eb" @@ -941,11 +941,11 @@ format compatible with dicod and similar programs.") (synopsis "Advanced dictionary lookup program") (description "GoldenDict-ng is an advanced dictionary lookup program that supports many dictionary formats, such as MDX, DSL, StarDict, Zim, etc., -as well as special types of \"dictionaries\", such as external program, -website, audio files. Among ather features are full text search, +as well as special types of \"dictionaries\", such as external programs, +websites and audio files. Among other features are full text search, Anki integration, transliteration for some languages, word stemming and spelling correction via Hunspell's morphology analysis, unicode case, diacritics, punctuation and whitespace folding. It is forked from the -original GoldenDict which was developed at http://goldendict.org/.") +original GoldenDict which was developed at @url{http://goldendict.org/}.") (home-page "https://xiaoyifang.github.io/goldendict-ng/") (license license:gpl3+))))