guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 017ddad9cee7bdc35a82d4a6302cba9b84e96f44
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 10 12:44:49 2025 +0100
gnu: go-golang-org-x-text: Update to 0.30.0.
* gnu/packages/golang-build.scm (go-golang-org-x-text): Update to 0.30.0.
Change-Id: Ia58d4364950b25ddc822700eda2ffb1c822ab386
---
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 39074e24db..0f6fe56868 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1167,7 +1167,7 @@ terminals, as commonly found on Unix systems.")
(define-public go-golang-org-x-text
(package
(name "go-golang-org-x-text")
- (version "0.25.0")
+ (version "0.30.0")
(source
(origin
(method git-fetch)
@@ -1176,7 +1176,7 @@ terminals, as commonly found on Unix systems.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1r9532ml0psfby89agf20q23qzwfikhydl8q77ad5y73xvdx89lf"))))
+ (base32 "0pgpfzk86wqf6k2fbrxa80pz1jx6y4dfr4dr26pwsw6j7l3s5pby"))))
(build-system go-build-system)
(arguments
(list