[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60903] [PATCH 01/25] gnu: go-golang-org-x-sync: Update to 0.1.0-1.8
From: |
Katherine Cox-Buday |
Subject: |
[bug#60903] [PATCH 01/25] gnu: go-golang-org-x-sync: Update to 0.1.0-1.8fcdb60. |
Date: |
Tue, 17 Jan 2023 18:44:46 -0700 |
* gnu/packages/golang.scm (go-golang-org-x-sync): Update to 0.1.0-1.8fcdb60.
---
gnu/packages/golang.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 70ddef52f1..9300e675dd 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -12,7 +12,7 @@
;;; Copyright © 2018 Tomáš Čech <sleep_walker@gnu.org>
;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
;;; 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, 2020 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2019, 2020, 2021 Arun Isaac <arunisaac@systemreboot.net>
@@ -3021,11 +3021,11 @@ (define-public go-golang-org-x-image
(license license:bsd-3))))
(define-public go-golang-org-x-sync
- (let ((commit "6e8e738ad208923de99951fe0b48239bfd864f28")
+ (let ((commit "8fcdb60fdcc0539c5e357b2308249e4e752147f1")
(revision "1"))
(package
(name "go-golang-org-x-sync")
- (version (git-version "0.0.0" revision commit))
+ (version (git-version "0.1.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3034,17 +3034,17 @@ (define-public go-golang-org-x-sync
(file-name (git-file-name name version))
(sha256
(base32
- "1avk27pszd5l5df6ff7j78wgla46ir1hhy2jwfl9a3c0ys602yx9"))))
+ "07qrhni6f5hh5p95k1yk6s4wsj341q663irvx6rllrxfsymj6a0z"))))
(build-system go-build-system)
(arguments
`(#:import-path "golang.org/x/sync"
#:tests? #f
;; Source-only package
- #:phases
- (modify-phases %standard-phases
- (delete 'build))))
+ #:phases (modify-phases %standard-phases
+ (delete 'build))))
(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”
packages.")
(home-page "https://go.googlesource.com/sync/")
--
2.38.1
- [bug#60918] [PATCH 19/25] gnu: Add govulncheck., (continued)
- [bug#60918] [PATCH 19/25] gnu: Add govulncheck., Katherine Cox-Buday, 2023/01/17
- [bug#60919] [PATCH 20/25] gnu: Add go-golang-org-x-vuln., Katherine Cox-Buday, 2023/01/17
- [bug#60920] [PATCH 22/25] gnu: go-honnef-co-go-tools: Update to 0.3.3., Katherine Cox-Buday, 2023/01/17
- [bug#60907] [PATCH 07/25] gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.9., Katherine Cox-Buday, 2023/01/17
- [bug#60908] [PATCH 10/25] gnu: gopkg-in-errgo-fmt-errors: Rename package to go-gopkg-in-errgo-fmt-errors., Katherine Cox-Buday, 2023/01/17
- [bug#60911] [PATCH 13/25] gnu: Add go-mvdan-cc-xurls., Katherine Cox-Buday, 2023/01/17
- [bug#60912] [PATCH 14/25] gnu: Add misspell., Katherine Cox-Buday, 2023/01/17
- [bug#60916] [PATCH 17/25] gnu: Add unparam., Katherine Cox-Buday, 2023/01/17
- [bug#60917] [PATCH 21/25] gnu: go-github-com-burntsushi-toml: Update to 1.2.1., Katherine Cox-Buday, 2023/01/17
- [bug#60922] [PATCH 23/25] gnu: Add gofumpt., Katherine Cox-Buday, 2023/01/17
- [bug#60903] [PATCH 01/25] gnu: go-golang-org-x-sync: Update to 0.1.0-1.8fcdb60.,
Katherine Cox-Buday <=
- [bug#60899] [PATCH 25/25] gnu: Add gopls., Katherine Cox-Buday, 2023/01/17
- [bug#60899] Request for review of: [bug#60899] [PATCH 00/25] gnu: golang: Add gopls, Katherine Cox-Buday, 2023/01/30