guix_mirror_bot pushed a commit to branch go-team in repository guix. commit 3d18617dc07bde44e7b738ddba2781508e87b1d5 Author: Maxim Cournoyer <maxim.courno...@gmail.com> AuthorDate: Mon Jun 2 09:00:17 2025 +0900
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 <sharlata...@gmail.com> --- gnu/packages/golang-build.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm index e8afa913b2..64db016fe1 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -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