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

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

Change-Id: Idbb05fe6d88667cdf66827ca5869eff4bd067a48
This commit is contained in:
Sharlatan Hellseher 2024-07-12 14:53:43 +01:00
parent 0c7e5c8fe6
commit d44df8d43b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -428,7 +428,7 @@ (define-public go-golang-org-x-sync
(define-public go-golang-org-x-sys
(package
(name "go-golang-org-x-sys")
(version "0.21.0")
(version "0.22.0")
(source
(origin
(method git-fetch)
@ -437,7 +437,7 @@ (define-public go-golang-org-x-sys
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "000fcyi863sbmamdn3cwfv3s3z9ls5l34xnjavcbgjs591ghki8y"))))
(base32 "0kpl5hk0zbh5bfschnq64yj1cs7v3l9v6bd1rw5crlfd4hg7xawa"))))
(build-system go-build-system)
(arguments
(list