gnu: go-golang-org-x-text: Update to 0.17.0.

* gnu/packages/golang-build.scm (go-golang-org-x-text): Update to 0.17.0.

Change-Id: I625120f30d1f8cc37f83610b65fe6af6f15ba828
This commit is contained in:
Sharlatan Hellseher 2024-08-11 13:04:10 +01:00
parent 1dd948a750
commit 38bd09cf26
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -617,7 +617,7 @@ (define-public go-golang-org-x-term
(define-public go-golang-org-x-text
(package
(name "go-golang-org-x-text")
(version "0.16.0")
(version "0.17.0")
(source
(origin
(method git-fetch)
@ -626,7 +626,7 @@ (define-public go-golang-org-x-text
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0pmn0i1xbpwvzl4cdgmjqcsk9vckhqrq6699fnr9mkglh4xj3p7a"))))
(base32 "1jqvh4mmg3db2slh5z7fxdhkgazyld5l858rwnbpfxvfrw0k9w1h"))))
(build-system go-build-system)
(arguments
(list