mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
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:
parent
eb508e32d2
commit
0bd0a2d16d
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue