gnu: go-github-com-yuin-goldmark: Update to 1.7.4.

* gnu/packages/golang-build.scm (go-github-com-yuin-goldmark): Update to 1.7.4.

Change-Id: I7eff50c2e94ef69d7a82df93bcd61be68f31abeb
This commit is contained in:
Sharlatan Hellseher 2024-07-02 22:00:14 +01:00
parent eb508e32d2
commit 0bd0a2d16d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -58,7 +58,7 @@ (define-module (gnu packages golang-build)
(define-public go-github-com-yuin-goldmark
(package
(name "go-github-com-yuin-goldmark")
(version "1.2.1")
(version "1.7.4")
(source
(origin
(method git-fetch)
@ -67,7 +67,7 @@ (define-public go-github-com-yuin-goldmark
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "12rsnsf65drcp0jfw2jl9w589vsn3pxdk1zh3v9q908iigngrcmy"))))
(base32 "01807xs8501cyhkrrgg6k9ghl9jrw6dp0ry9knygck48canckxs2"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/yuin/goldmark"))