gnu: go-golang-org-x-sys: Update to 0.24.0.

* gnu/packages/golang-build.scm (go-golang-org-x-sys): Update to 0.24.0.

Change-Id: I4a79864e089779e988520d9539503ffd193b4101
This commit is contained in:
Sharlatan Hellseher 2024-08-11 13:05:08 +01:00
parent 9393f5278c
commit 4e3b91d43e
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5

View File

@ -561,7 +561,7 @@ cancelation for groups of goroutines working on subtasks of a common task
(define-public go-golang-org-x-sys (define-public go-golang-org-x-sys
(package (package
(name "go-golang-org-x-sys") (name "go-golang-org-x-sys")
(version "0.22.0") (version "0.24.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -570,7 +570,7 @@ cancelation for groups of goroutines working on subtasks of a common task
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0kpl5hk0zbh5bfschnq64yj1cs7v3l9v6bd1rw5crlfd4hg7xawa")))) (base32 "0j5hhwrbgjh5bnwqr9g1c32175j43rqlrpv199ay1b970iwiqd4l"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list