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

commit 1ef6431e2815404c83dece4fab69dc627092a4b0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 10 12:44:48 2025 +0100

    gnu: go-golang-org-x-sys: Update to 0.37.0.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-sys): Update to 0.37.0.
    
    Change-Id: I084cd9f1af5d1c927a7c6d82cbedf6df0278c176
---
 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 4fc826c939..d662e47095 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -976,7 +976,7 @@ cancellation for groups of goroutines working on subtasks 
of a common task
 (define-public go-golang-org-x-sys
   (package
     (name "go-golang-org-x-sys")
-    (version "0.33.0")
+    (version "0.37.0")
     (source
      (origin
        (method git-fetch)
@@ -985,7 +985,7 @@ cancellation for groups of goroutines working on subtasks 
of a common task
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "19m090xd3abysvk1y07fhhd025k3s456i71ww0pq0b2pzsva5ra2"))))
+        (base32 "0cjq8n66i9cccigi204mkhqmrb9mdirxjxl0nk7c8s6w70fifbby"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to