update goldendict-ng

pull/2/head
hashirama 2024-03-27 16:57:19 -04:00
parent 453378c697
commit 13fa68ebe3
No known key found for this signature in database
GPG Key ID: 53E62470A86BC185
1 changed files with 4 additions and 3 deletions

View File

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