guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit f22275e07afbfd777824b0612d8b747a31815322
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 10 15:52:25 2026 +0000
gnu: go-golang-org-x-text: Update to 0.34.0.
* gnu/packages/golang-build.scm (go-golang-org-x-text): Update to 0.34.0.
Change-Id: I71ef425a1b1e3e8624193deee797e89547b5ca7e
---
gnu/packages/golang-build.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index c0aeb8672c..2dc69255e3 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1324,16 +1324,16 @@ terminals, as commonly found on Unix systems.")
(define-public go-golang-org-x-text
(package
(name "go-golang-org-x-text")
- (version "0.30.0")
+ (version "0.34.0")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://go.googlesource.com/text")
- (commit (string-append "v" version))))
+ (url "https://go.googlesource.com/text")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0pgpfzk86wqf6k2fbrxa80pz1jx6y4dfr4dr26pwsw6j7l3s5pby"))))
+ (base32 "10qhscx7zdack9b5ynjiiyk2pl2c5jfamvwgjfhpnnhxgp6jr8rc"))))
(build-system go-build-system)
(arguments
(list
@@ -1356,8 +1356,7 @@ terminals, as commonly found on Unix systems.")
go-golang-org-x-tools-bootstrap))
(synopsis "Supplemental Go text processing libraries")
(description
- "This package provides supplemental Go libraries for text
-processing.")
+ "This package provides supplemental Go libraries for text processing.")
(license license:bsd-3)))
(define-public go-golang-org-x-text-bootstrap