diff --git a/ajatt/packages/dictionaries.scm b/ajatt/packages/dictionaries.scm index e7d6b1b..0c80b70 100644 --- a/ajatt/packages/dictionaries.scm +++ b/ajatt/packages/dictionaries.scm @@ -34,16 +34,16 @@ (define-public goldendict-ng (package (name "goldendict-ng") - (version "24.02.16") + (version "24.02.22") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/xiaoyifang/goldendict-ng.git") - (commit "68c95001005fd77c95936589bbc2487ff3086019"))) + (commit "327aff93904960d374f9d2e0a8cf0eefaa99ef33"))) (sha256 - (base32 "10aghpghysc024jcd14hl6mslzags5jf9pbr8apndycczc4ybswy")))) + (base32 "1czz9gn5172f0hwaxn8grpks6023z3c63ibf4dgsj3lkjpdgk78a")))) (build-system cmake-build-system) (arguments (list @@ -169,3 +169,4 @@ the popup and sdcv for the dictionary lookup.") (home-page "https://github.com/KonstantinDjairo/suckless_dictpopup") (license license:bsd-0))) +goldendict-ng