mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-yuin-goldmark-emoji: Update to 1.0.6.
* gnu/packages/golang-build.scm (go-github-com-yuin-goldmark-emoji): Update to 1.0.6. Change-Id: Id1c7c71e2b82029151e234fa0b7f0e0afe444d18 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
be2046f2f8
commit
e9b5e65552
1 changed files with 2 additions and 2 deletions
|
@ -423,7 +423,7 @@ library.")
|
|||
(define-public go-github-com-yuin-goldmark-emoji
|
||||
(package
|
||||
(name "go-github-com-yuin-goldmark-emoji")
|
||||
(version "1.0.4")
|
||||
(version "1.0.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -432,7 +432,7 @@ library.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "001dgjaa9crbl1yb803gyq1dbcnnfzvv205ycgd97qw9p4xjg21g"))))
|
||||
(base32 "09n5ws797ma47kj0jwg0g2gkwq899kb40ny62r9f44wg6dkrpppr"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue