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.1.0-1.8fcdb60.
* gnu/packages/golang.scm (go-golang-org-x-sync): Update to 0.1.0-1.8fcdb60. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
2a6cee99b3
commit
0fd87785bd
1 changed files with 8 additions and 8 deletions
|
@ -12,7 +12,7 @@
|
||||||
;;; Copyright © 2018 Tomáš Čech <sleep_walker@gnu.org>
|
;;; Copyright © 2018 Tomáš Čech <sleep_walker@gnu.org>
|
||||||
;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
|
;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
|
||||||
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
|
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
|
||||||
;;; Copyright © 2018, 2019, 2020 Katherine Cox-Buday <cox.katherine.e@gmail.com>
|
;;; Copyright © 2018, 2019, 2020, 2023 Katherine Cox-Buday <cox.katherine.e@gmail.com>
|
||||||
;;; Copyright © 2019 Giovanni Biscuolo <g@xelera.eu>
|
;;; Copyright © 2019 Giovanni Biscuolo <g@xelera.eu>
|
||||||
;;; Copyright © 2019, 2020 Alex Griffin <a@ajgrf.com>
|
;;; Copyright © 2019, 2020 Alex Griffin <a@ajgrf.com>
|
||||||
;;; Copyright © 2019, 2020, 2021 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2019, 2020, 2021 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
|
@ -3021,11 +3021,11 @@ processing.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-golang-org-x-sync
|
(define-public go-golang-org-x-sync
|
||||||
(let ((commit "6e8e738ad208923de99951fe0b48239bfd864f28")
|
(let ((commit "8fcdb60fdcc0539c5e357b2308249e4e752147f1")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-sync")
|
(name "go-golang-org-x-sync")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.1.0" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3034,17 +3034,17 @@ processing.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1avk27pszd5l5df6ff7j78wgla46ir1hhy2jwfl9a3c0ys602yx9"))))
|
"07qrhni6f5hh5p95k1yk6s4wsj341q663irvx6rllrxfsymj6a0z"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "golang.org/x/sync"
|
`(#:import-path "golang.org/x/sync"
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
;; Source-only package
|
;; Source-only package
|
||||||
#:phases
|
#:phases (modify-phases %standard-phases
|
||||||
(modify-phases %standard-phases
|
|
||||||
(delete 'build))))
|
(delete 'build))))
|
||||||
(synopsis "Additional Go concurrency primitives")
|
(synopsis "Additional Go concurrency primitives")
|
||||||
(description "This package provides Go concurrency primitives in addition
|
(description
|
||||||
|
"This package provides Go concurrency primitives in addition
|
||||||
to the ones provided by the language and “sync” and “sync/atomic”
|
to the ones provided by the language and “sync” and “sync/atomic”
|
||||||
packages.")
|
packages.")
|
||||||
(home-page "https://go.googlesource.com/sync/")
|
(home-page "https://go.googlesource.com/sync/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue