mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: go-github-com-gdamore-encoding: Update to 1.0.1.
* gnu/packages/golang.scm (go-github-com-gdamore-encoding): Update to 1.0.1. Change-Id: I4b6329b319c8c48a56e4f68028e872d74190bb69
This commit is contained in:
parent
17193e2c5d
commit
11203646f4
1 changed files with 2 additions and 2 deletions
|
@ -3280,7 +3280,7 @@ (define-public go-github-com-lucasb-eyer-go-colorful
|
|||
(define-public go-github-com-gdamore-encoding
|
||||
(package
|
||||
(name "go-github-com-gdamore-encoding")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3290,7 +3290,7 @@ (define-public go-github-com-gdamore-encoding
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vmm5zll92i2fm4ajqx0gyx0p9j36496x5nabi3y0x7h0inv0pk9"))))
|
||||
"0506b4pnn3yk80sjrsh38z29qj41spxjl80fjw7vg3mz5kfkdxhi"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/gdamore/encoding"))
|
||||
|
|
Loading…
Reference in a new issue