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:
Sharlatan Hellseher 2024-07-03 22:03:11 +01:00
parent b60b7e80fb
commit ac2c50685c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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"