From 144b0884f36dd5b72f17198df7a495b35d7fa2c5 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 10 Oct 2025 12:44:47 +0100 Subject: [PATCH] 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 b6065d9e5e0..5a49b2f3d28 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