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

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

Change-Id: I3a00af2d3392d1a3e20e95883e385a06f62d4c80
This commit is contained in:
Sharlatan Hellseher 2024-09-15 21:19:00 +01:00
parent bc3c274af8
commit 42f88db23c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -643,7 +643,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.17.0") (version "0.18.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -652,7 +652,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 "1jqvh4mmg3db2slh5z7fxdhkgazyld5l858rwnbpfxvfrw0k9w1h")))) (base32 "1vxx2s1y1dmhiiv4cayrwf3ls4lbq22xkhl6xw3ls8jizribl5s9"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list