guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 4b38b62bd8d414cf473601cd879c6f36ebf0bc6f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 10 12:44:47 2025 +0100
gnu: go-github-com-yuin-goldmark: Update to 1.7.13.
* gnu/packages/golang-build.scm (go-github-com-yuin-goldmark): Update to
1.7.13.
Change-Id: If480fa03211fca24f91d2dced67ec7bc2ffa5af7
---
gnu/packages/golang-build.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index b6065d9e5e..5a49b2f3d2 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -500,16 +500,16 @@ library.")
(define-public go-github-com-yuin-goldmark
(package
(name "go-github-com-yuin-goldmark")
- (version "1.7.12")
+ (version "1.7.13")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/yuin/goldmark")
- (commit (string-append "v" version))))
+ (url "https://github.com/yuin/goldmark")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1qc665b8clfvah62l8bkk473ybng7qzwwibxsq5wskfswv5yaj94"))))
+ (base32 "183v5bzgwr7ibbj6srnaaq7n98xqifaswa0c01yf693p5l6q3q6m"))))
(build-system go-build-system)
(arguments
(list