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

commit d8e7b3c79f9c238f7e24e674964bc38d55cf5fe9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jun 12 22:34:08 2026 +0100

    gnu: go-golang-org-x-term: Update to 0.44.0.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-term): Update to 0.44.0.
    
    Change-Id: I846c99fbab102c4763d7de5d340a86be0a17e65b
---
 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 640d0c4a8e..6cf1c66f90 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1347,7 +1347,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.42.0")
+    (version "0.44.0")
     (source
      (origin
        (method git-fetch)
@@ -1356,7 +1356,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 "0ms3xm3m17ba2y7vk1mhyqjgzf15qn00v8hb340xivga0yy86a0l"))))
+        (base32 "0z5bygcjx6cc3a7ck3wdsyqcvb3g7fwsvdcsm9svqif61cxfydlz"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to