me
/
guix
Archived
1
0
Fork 0

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
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -426,7 +426,7 @@ terminals, as commonly found on Unix systems.")
(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 @@ terminals, as commonly found on Unix systems.")
(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"