summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNigko Yerden <nigko.yerden@gmail.com>2025-11-10 20:58:12 +0500
committerSteve George <steve@futurile.net>2026-02-14 21:35:07 +0000
commitb979d16ce107ff75e16477315ada8aab43471aa7 (patch)
tree8d035f76c78087d5c497b0b5d6f16218760bc8cc /gnu
parent5ad2e7099306cf725cc5d30f28347e76e66b5edf (diff)
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 <steve@futurile.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/dictionaries.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm
index ba6738501c3..a542db85821 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+))))