guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 24309c8782293b5dbfddc5996acf48a5cadd35ed
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 10 21:00:27 2026 +0000
gnu: go-github-com-yuin-goldmark: Update to 1.7.16.
* gnu/packages/golang-build.scm (go-github-com-yuin-goldmark): Update to
1.7.16.
Change-Id: I3bcb1ee8ba3a10c30cb8219749765162a4930b95
---
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 4f62f9e901..fb58395c4f 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -608,7 +608,7 @@ library.")
(define-public go-github-com-yuin-goldmark
(package
(name "go-github-com-yuin-goldmark")
- (version "1.7.13")
+ (version "1.7.16")
(source
(origin
(method git-fetch)
@@ -617,7 +617,7 @@ library.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "183v5bzgwr7ibbj6srnaaq7n98xqifaswa0c01yf693p5l6q3q6m"))))
+ (base32 "1zgphfblr7340klbk97r2yhy19piw1ksfxkg15qxkrqql0r9daw5"))))
(build-system go-build-system)
(arguments
(list