mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-golang-org-x-sync: Update to 0.10.0.
* gnu/packages/golang-build.scm (go-golang-org-x-sync): Update to 0.10.0. Change-Id: I7b9133419d8ed3c97fe20920aec477728e94622b
This commit is contained in:
parent
d0578cb010
commit
4458a22b21
1 changed files with 2 additions and 2 deletions
|
@ -719,7 +719,7 @@ loading algorithms.")
|
|||
(define-public go-golang-org-x-sync
|
||||
(package
|
||||
(name "go-golang-org-x-sync")
|
||||
(version "0.8.0")
|
||||
(version "0.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -728,7 +728,7 @@ loading algorithms.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jssyq49g5z7dbhdb9bnzsb8gigvsy5f4aczbzn5paz07v9wbjxs"))))
|
||||
(base32 "1yp7pcfvy4793mjbfq28hxbr05yg38m0njnwam580xkb54lfwshx"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue