1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-20 16:15:54 +02:00

gnu: go-github-com-yuin-goldmark: Update to 1.7.12.

* gnu/packages/golang-build.scm (go-github-com-yuin-goldmark): Update to 1.7.12.

Change-Id: I2d161ace11915c61aac97624d092874849b8eb0e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Maxim Cournoyer
2025-06-02 09:00:17 +09:00
committed by Sharlatan Hellseher
parent 6d5b374338
commit be2046f2f8
+2 -2
View File
@@ -391,7 +391,7 @@ library.")
(define-public go-github-com-yuin-goldmark
(package
(name "go-github-com-yuin-goldmark")
(version "1.7.8")
(version "1.7.12")
(source
(origin
(method git-fetch)
@@ -400,7 +400,7 @@ library.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1iz7x1hqdixx8dkcbaa8lr842i59n843mc553jv5grq057s76yjx"))))
(base32 "1qc665b8clfvah62l8bkk473ybng7qzwwibxsq5wskfswv5yaj94"))))
(build-system go-build-system)
(arguments
(list