guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 5212c7fef7da00de523fa9e1db2d3958e13bc04d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jun 12 22:36:39 2026 +0100

    gnu: go-golang-org-x-text: Update to 0.38.0.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-text): Update to 0.38.0.
    
    Change-Id: I2260315547a84b0b1cfb84afa6b56a8affbd9a73
---
 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 6cf1c66f90..bf46494253 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1383,7 +1383,7 @@ terminals, as commonly found on Unix systems.")
 (define-public go-golang-org-x-text
   (package
     (name "go-golang-org-x-text")
-    (version "0.36.0")
+    (version "0.38.0")
     (source
      (origin
        (method git-fetch)
@@ -1392,7 +1392,7 @@ terminals, as commonly found on Unix systems.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1hhkamc8450y1jmrhw59v1v6l8icihmjdzbnrqpg947z3dlbk3nd"))))
+        (base32 "12mqlyx20rn5ijq0f5z6m3mwhdczfrkz1mmpfmf2264ijwqzrn6v"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to