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

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

Change-Id: I6b0f81a48eff02565d01f2f70629d4324890e2c8
This commit is contained in:
Sharlatan Hellseher 2024-12-19 20:14:30 +00:00
parent 6bf6430a11
commit 960814b776
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -947,7 +947,7 @@ (define-public go-golang-org-x-term-bootstrap
(define-public go-golang-org-x-text
(package
(name "go-golang-org-x-text")
(version "0.18.0")
(version "0.21.0")
(source
(origin
(method git-fetch)
@ -956,7 +956,7 @@ (define-public go-golang-org-x-text
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1vxx2s1y1dmhiiv4cayrwf3ls4lbq22xkhl6xw3ls8jizribl5s9"))))
(base32 "02zh18l5rlr8hg8ipn9r5m4rir3hskp80pzr4ljyfmgy72gxbhlv"))))
(build-system go-build-system)
(arguments
(list