From 13d275d1c81d1f58b6310180d9418f6f43db8d10 Mon Sep 17 00:00:00 2001 From: hashirama Date: Mon, 30 Sep 2024 09:51:55 -0400 Subject: [PATCH] update goldendict this adds the large icon feature --- ajatt/packages/dictionaries.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ajatt/packages/dictionaries.scm b/ajatt/packages/dictionaries.scm index 6e74963..7f77000 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.05.14.2") + (version "24.11") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/xiaoyifang/goldendict-ng.git") - (commit "5e62b1c56721f443a0005017cb10e9eac09f0eb4"))) + (commit "4a0124de3bb78ed0153eb9415b079a9c72a6bd32"))) (sha256 - (base32 "0apzrwfpjs8p2wjdri5w39qks9b27lbygqnq1d99gd63vrr00qml")))) + (base32 "1mx3llhgfhcx6zflzp9x84z5c2ilf77dqp331f8zwrpd2hmzn9j7")))) (build-system cmake-build-system) (arguments (list #:tests? #f