From be2046f2f86ac2c587f220f58910042e7b8cb560 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 2 Jun 2025 09:00:17 +0900 Subject: [PATCH] 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 --- 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 e8afa913b2395280e9493c731ce624af73a7f421..64db016fe1b86d071837b80ae9473fa53065349f 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