mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02: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
09f03a4adb
commit
1b6ffbbdd9
1 changed files with 2 additions and 2 deletions
|
@ -3280,7 +3280,7 @@ various color spaces.")
|
||||||
(define-public go-github-com-gdamore-encoding
|
(define-public go-github-com-gdamore-encoding
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-gdamore-encoding")
|
(name "go-github-com-gdamore-encoding")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3290,7 +3290,7 @@ various color spaces.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vmm5zll92i2fm4ajqx0gyx0p9j36496x5nabi3y0x7h0inv0pk9"))))
|
"0506b4pnn3yk80sjrsh38z29qj41spxjl80fjw7vg3mz5kfkdxhi"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/gdamore/encoding"))
|
'(#:import-path "github.com/gdamore/encoding"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue