mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: go-golang-org-x-text: Update to 0.16.0.
* gnu/packages/golang-build.scm (go-golang-org-x-text): Update to 0.16.0. Change-Id: I0e0ede8ae4e196362fa4a8fc4f1b68fad0db0d79
This commit is contained in:
parent
b60b7e80fb
commit
ac2c50685c
1 changed files with 2 additions and 2 deletions
|
@ -426,7 +426,7 @@ (define-public go-golang-org-x-term
|
|||
(define-public go-golang-org-x-text
|
||||
(package
|
||||
(name "go-golang-org-x-text")
|
||||
(version "0.3.2")
|
||||
(version "0.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -436,7 +436,7 @@ (define-public go-golang-org-x-text
|
|||
(file-name (string-append "go.googlesource.com-text-"
|
||||
version "-checkout"))
|
||||
(sha256
|
||||
(base32 "0flv9idw0jm5nm8lx25xqanbkqgfiym6619w575p7nrdh0riqwqh"))))
|
||||
(base32 "0pmn0i1xbpwvzl4cdgmjqcsk9vckhqrq6699fnr9mkglh4xj3p7a"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "golang.org/x/text"
|
||||
|
|
Loading…
Reference in a new issue