guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 3e5cd28792f0377235ccd0b02f2a8aad0f02ce61
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri May 1 09:45:45 2026 +0100
gnu: go-golang-org-x-sys: Update to 0.43.0.
* gnu/packages/golang-build.scm (go-golang-org-x-sys): Update to 0.43.0.
Change-Id: Ibcbb00aaf2adb72e39fb10ac4563c331c0a9a869
---
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 018d70c113..6c0a3c8538 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1168,7 +1168,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.40.0")
+ (version "0.43.0")
(source
(origin
(method git-fetch)
@@ -1177,7 +1177,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 "1rygxjhh29hjzr6jni6kxaib1c9d6mp2wvjngfzdpxxmm9rk9r3d"))))
+ (base32 "18by7v7gvbanxkqjdadisgc7hgsn580yy5zj42wgiv642qd2r11g"))))
(build-system go-build-system)
(arguments
(list