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

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

Change-Id: I4bdcca9010542c8fc99eb387457ecb888213ec06
This commit is contained in:
Sharlatan Hellseher 2024-09-13 13:45:06 +01:00
parent 5f19ee0bb8
commit 4a4feb7c01
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -587,7 +587,7 @@ cancelation 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.24.0")
(version "0.25.0")
(source
(origin
(method git-fetch)
@ -596,7 +596,7 @@ cancelation 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 "0j5hhwrbgjh5bnwqr9g1c32175j43rqlrpv199ay1b970iwiqd4l"))))
(base32 "0hdysrba8imiifb4ksjgbhkzhk1mksm1g3fj59i3bas1zdc5lbgp"))))
(build-system go-build-system)
(arguments
(list