From 507d406476a4268984434da9e304ed0307b6284a Mon Sep 17 00:00:00 2001 From: hashirama Date: Mon, 13 May 2024 15:54:16 -0400 Subject: [PATCH] update goldendict-ng --- ajatt/packages/dictionaries.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ajatt/packages/dictionaries.scm b/ajatt/packages/dictionaries.scm index c4610c5..0d924a0 100644 --- a/ajatt/packages/dictionaries.scm +++ b/ajatt/packages/dictionaries.scm @@ -51,16 +51,16 @@ (define-public goldendict-ng (package (name "goldendict-ng") - (version "24.02.23") + (version "24.05.05") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/xiaoyifang/goldendict-ng.git") - (commit "e78aff27cb54506bd1ba495420625955fe10b868"))) + (commit "e7c59679ce709d1567fdbadd826d500ec8d8dd60"))) (sha256 - (base32 "0b0aqakzapjib77a3gizyqy2zgkwfsxlfcnf9wb0fidqry6k39rn")))) + (base32 "0gqrmmp3pn71riz2x0r2blwlqc7qsxawx0k9b3w06wwyamgg1il0")))) (build-system cmake-build-system) (arguments (list @@ -373,3 +373,5 @@ the popup and sdcv for the dictionary lookup.") (home-page "https://kampersanda.github.io/xcdat/") (license (list license:expat)))) + +goldendict-ng