goldendict update: fix svg in mdx
This commit is contained in:
parent
8c1aeea2c2
commit
6d3c23a7f7
|
@ -51,16 +51,16 @@
|
||||||
(define-public goldendict-ng
|
(define-public goldendict-ng
|
||||||
(package
|
(package
|
||||||
(name "goldendict-ng")
|
(name "goldendict-ng")
|
||||||
(version "24.05.13")
|
(version "24.05.14")
|
||||||
(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 "99c221c8549c131afc7526bf8391ecab46a82276")))
|
(commit "21aeb27c151c6f111450cfc413798873db8e9985")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0hfc52kpja4d8da1fadxhdkpviai9k8qx202qb20y2pvc0nsd24d"))))
|
(base32 "18ssvf9pyq40rfh7x7q0jfx76cv5bbsghm3dv8dadzm5x7q77mi2"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue