gnu: go-golang-org-x-sync: Update to 0.7.0.
* gnu/packages/golang-build.scm (go-golang-org-x-sync): Update to 0.7.0. Change-Id: Ifd4e2035b2d6e2e9cec93342a8871cf0ed9f0443
This commit is contained in:
parent
16cf2fea8d
commit
2ead215712
1 changed files with 4 additions and 6 deletions
|
@ -265,20 +265,18 @@ loading algorithms.")
|
||||||
(base32 "17zhim2m0r8nyy18g2lsawxm4rawix2qbjyn80x9vc6jc8fv05m9")))))))
|
(base32 "17zhim2m0r8nyy18g2lsawxm4rawix2qbjyn80x9vc6jc8fv05m9")))))))
|
||||||
|
|
||||||
(define-public go-golang-org-x-sync
|
(define-public go-golang-org-x-sync
|
||||||
(let ((commit "8fcdb60fdcc0539c5e357b2308249e4e752147f1")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-sync")
|
(name "go-golang-org-x-sync")
|
||||||
(version (git-version "0.1.0" revision commit))
|
(version "0.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://go.googlesource.com/sync")
|
(url "https://go.googlesource.com/sync")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07qrhni6f5hh5p95k1yk6s4wsj341q663irvx6rllrxfsymj6a0z"))))
|
(base32 "03yq3pnjwqxqy1cvbkaa39ca2b9cli1k5wnz76l3a65n9fafai6q"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -298,7 +296,7 @@ loading algorithms.")
|
||||||
(description "This package provides Go concurrency primitives in
|
(description "This package provides Go concurrency primitives in
|
||||||
addition to the ones provided by the language and “sync” and “sync/atomic”
|
addition to the ones provided by the language and “sync” and “sync/atomic”
|
||||||
packages.")
|
packages.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-golang-org-x-sys
|
(define-public go-golang-org-x-sys
|
||||||
(let ((commit "ca59edaa5a761e1d0ea91d6c07b063f85ef24f78")
|
(let ((commit "ca59edaa5a761e1d0ea91d6c07b063f85ef24f78")
|
||||||
|
|
Reference in a new issue