me
/
guix
Archived
1
0
Fork 0

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
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -428,7 +428,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.21.0")
(version "0.22.0")
(source
(origin
(method git-fetch)
@ -437,7 +437,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 "000fcyi863sbmamdn3cwfv3s3z9ls5l34xnjavcbgjs591ghki8y"))))
(base32 "0kpl5hk0zbh5bfschnq64yj1cs7v3l9v6bd1rw5crlfd4hg7xawa"))))
(build-system go-build-system)
(arguments
(list