From 9a59a0a8c65e0f94302eae4af30ae3f0a9a49e77 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 2 Jun 2025 09:00:17 +0900 Subject: [PATCH] gnu: go-golang-org-x-sys: Update to 0.33.0. * gnu/packages/golang-build.scm (go-golang-org-x-sys): Update to 0.33.0. Change-Id: Ie0c3b26465fa13f6b981b95e65794f5e6b0f18c4 Signed-off-by: Sharlatan Hellseher --- 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 92c3c8d7af97bfea10baf53506b251429383bab7..523df580b7d99c236a5b661b027b1284ad7813e8 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -859,7 +859,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.28.0") + (version "0.33.0") (source (origin (method git-fetch) @@ -868,7 +868,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 "1lgsisl36knlr41inqls3w51xcqfl6d3hkacxry0nqx39167b882")))) + (base32 "19m090xd3abysvk1y07fhhd025k3s456i71ww0pq0b2pzsva5ra2")))) (build-system go-build-system) (arguments (list