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

commit 2a448deb0ea68d9853c2b43973a9d7f47284c494
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jun 12 22:31:31 2026 +0100

    gnu: go-golang-org-x-sys: Update to 0.46.0.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-sys): Update to 0.46.0.
    
    Change-Id: I2314e92fc04fe187df1550a19b5f92ba6c5a5843
---
 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 4434fb9884..640d0c4a8e 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1180,7 +1180,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.43.0")
+    (version "0.46.0")
     (source
      (origin
        (method git-fetch)
@@ -1189,7 +1189,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 "18by7v7gvbanxkqjdadisgc7hgsn580yy5zj42wgiv642qd2r11g"))))
+        (base32 "1cxixrd8pr9k0xib1f1d9l6c0wi4qrcbawann70sfk350va7fbyy"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to