mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
9393f5278c
commit
4e3b91d43e
1 changed files with 2 additions and 2 deletions
|
@ -561,7 +561,7 @@ (define-public go-golang-org-x-sync
|
|||
(define-public go-golang-org-x-sys
|
||||
(package
|
||||
(name "go-golang-org-x-sys")
|
||||
(version "0.22.0")
|
||||
(version "0.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -570,7 +570,7 @@ (define-public go-golang-org-x-sys
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0kpl5hk0zbh5bfschnq64yj1cs7v3l9v6bd1rw5crlfd4hg7xawa"))))
|
||||
(base32 "0j5hhwrbgjh5bnwqr9g1c32175j43rqlrpv199ay1b970iwiqd4l"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue