guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 3d33b0d80c6c08c97d4f289a589731de9150cff8
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 10 18:32:24 2026 +0000
gnu: go-golang-org-x-sys: Update to 0.40.0.
* gnu/packages/golang-build.scm (go-golang-org-x-sys): Update to 0.40.0.
Change-Id: I51a7a6d052c938878cbf6e4a170a606cb3e550b2
---
gnu/packages/golang-build.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index ff0c0544d2..5fef23bff5 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1131,16 +1131,16 @@ 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.37.0")
+ (version "0.40.0")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://go.googlesource.com/sys")
- (commit (string-append "v" version))))
+ (url "https://go.googlesource.com/sys")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0cjq8n66i9cccigi204mkhqmrb9mdirxjxl0nk7c8s6w70fifbby"))))
+ (base32 "1rygxjhh29hjzr6jni6kxaib1c9d6mp2wvjngfzdpxxmm9rk9r3d"))))
(build-system go-build-system)
(arguments
(list