sharlatan pushed a commit to branch go-team
in repository guix.
commit 9d99380f9c92cd0315444c954d43b73fc5445ade
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 15 21:19:00 2024 +0100
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
---
gnu/packages/golang-build.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 65a69cd954..8929aabdf2 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -643,7 +643,7 @@ terminals, as commonly found on Unix systems.")
(define-public go-golang-org-x-text
(package
(name "go-golang-org-x-text")
- (version "0.17.0")
+ (version "0.18.0")
(source
(origin
(method git-fetch)
@@ -652,7 +652,7 @@ terminals, as commonly found on Unix systems.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1jqvh4mmg3db2slh5z7fxdhkgazyld5l858rwnbpfxvfrw0k9w1h"))))
+ (base32 "1vxx2s1y1dmhiiv4cayrwf3ls4lbq22xkhl6xw3ls8jizribl5s9"))))
(build-system go-build-system)
(arguments
(list