update goldendict-ng

pull/2/head
hashirama 2024-04-10 14:33:32 -04:00
parent 64a25ad418
commit 21f5901450
No known key found for this signature in database
GPG Key ID: 53E62470A86BC185
1 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@
#:use-module (ajatt packages suckless) #:use-module (ajatt packages suckless)
#:use-module ((guix licenses) #:prefix license:)) #:use-module ((guix licenses) #:prefix license:))
(define-public goldendict-ng (define-public goldendict-ng
(package (package
(name "goldendict-ng") (name "goldendict-ng")
@ -41,7 +42,7 @@
(uri (uri
(git-reference (git-reference
(url "https://github.com/xiaoyifang/goldendict-ng.git") (url "https://github.com/xiaoyifang/goldendict-ng.git")
(commit "327aff93904960d374f9d2e0a8cf0eefaa99ef33"))) (commit "cb37a91df8add30f991fdcfc53861fb4d9f361e7")))
(sha256 (sha256
(base32 "1czz9gn5172f0hwaxn8grpks6023z3c63ibf4dgsj3lkjpdgk78a")))) (base32 "1czz9gn5172f0hwaxn8grpks6023z3c63ibf4dgsj3lkjpdgk78a"))))
(build-system cmake-build-system) (build-system cmake-build-system)