mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: go-golang-org-x-sys: Update to 0.0.0-6.c709ea0.
* gnu/packages/golang.scm (go-golang-org-x-sys): Update to 0.0.0-6.c709ea0.
This commit is contained in:
parent
46cf343440
commit
cc1698bc03
1 changed files with 3 additions and 3 deletions
|
@ -723,8 +723,8 @@ (define-public go-golang-org-x-image
|
|||
(license license:bsd-3))))
|
||||
|
||||
(define-public go-golang-org-x-sys
|
||||
(let ((commit "749cb33beabd9aa6d3178e3de05bcc914f70b2bf")
|
||||
(revision "5"))
|
||||
(let ((commit "c709ea063b76879dc9915358f55d4d77c16ab6d5")
|
||||
(revision "6"))
|
||||
(package
|
||||
(name "go-golang-org-x-sys")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
|
@ -736,7 +736,7 @@ (define-public go-golang-org-x-sys
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dm3257q3rv2kyn5lmqqim2fqg634v6rhrqq4glvbk4wx4l3v337"))))
|
||||
"15nq53a6kcqchng4j0d1pjw0m6hny6126nhjdwqw5n9dzh6a226d"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "golang.org/x/sys"
|
||||
|
|
Loading…
Reference in a new issue