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