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

commit 9a2726108ec5494899928ec98666025d5760db17
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri May 1 22:02:23 2026 +0100

    gnu: go-golang-org-x-term: Update to 0.42.0.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-term): Update to 0.42.0.
    
    Change-Id: Icafff8cdd636663ae0cf73b3b21b288ea8abfc7d
---
 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 6c0a3c8538..4e2740290b 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1314,7 +1314,7 @@ telemetry uploads: GOOS, GOARCH, Go version, and 
per-program counters.")
 (define-public go-golang-org-x-term
   (package
     (name "go-golang-org-x-term")
-    (version "0.40.0")
+    (version "0.42.0")
     (source
      (origin
        (method git-fetch)
@@ -1323,7 +1323,7 @@ telemetry uploads: GOOS, GOARCH, Go version, and 
per-program counters.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1x6m4cxk8h88gacxjc6vsaj585zwc8dzpgxwgbq6fwg6l1519vxn"))))
+        (base32 "0ms3xm3m17ba2y7vk1mhyqjgzf15qn00v8hb340xivga0yy86a0l"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to