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 8fafe6d8b6
commit 3ac673dd1d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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