mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
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:
parent
0c7e5c8fe6
commit
d44df8d43b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue