[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/169: gnu: go-github-com-deckarep-golang-set: Move to golang-xyz.
From: |
guix-commits |
Subject: |
11/169: gnu: go-github-com-deckarep-golang-set: Move to golang-xyz. |
Date: |
Thu, 26 Sep 2024 06:42:39 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 6045f50c9cfbc28d17b41b51602e4194400176e0
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Sep 3 21:16:32 2024 +0100
gnu: go-github-com-deckarep-golang-set: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-deckarep-golang-set): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I10c1c8b2e0ad69913068cf89bc646a4ceb471c8f
---
gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++
gnu/packages/golang.scm | 22 ----------------------
2 files changed, 23 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 5133146f21..31db891235 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1957,6 +1957,29 @@ gist (https://gist.github.com/kballard/272720).")
more complicated parallel cases.")
(license license:expat)))
+(define-public go-github-com-deckarep-golang-set
+ (package
+ (name "go-github-com-deckarep-golang-set")
+ (version "1.7.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/deckarep/golang-set")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0y64c0p6a7ww5jp6adm6fm97vsni86njw8wkwxfmciy466vhl0lf"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/deckarep/golang-set"))
+ (home-page "https://github.com/deckarep/golang-set")
+ (synopsis "Set type for Go")
+ (description
+ "Set is the set collection for the Go language.")
+ (license license:expat)))
+
(define-public go-github-com-dennwc-varint
(package
(name "go-github-com-dennwc-varint")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a0aefab8ad..fef957e7ab 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1696,28 +1696,6 @@ functionality for functions that may fail. It includes
various customizable
retry strategies, such as fixed delay, backoff delay, and random delay.")
(license license:expat))))
-(define-public go-github-com-deckarep-golang-set
- (package
- (name "go-github-com-deckarep-golang-set")
- (version "1.7.1")
- (source
- (origin
- (method git-fetch)
- (uri
- (git-reference
- (url "https://github.com/deckarep/golang-set")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0y64c0p6a7ww5jp6adm6fm97vsni86njw8wkwxfmciy466vhl0lf"))))
- (build-system go-build-system)
- (arguments
- `(#:import-path "github.com/deckarep/golang-set"))
- (home-page "https://github.com/deckarep/golang-set")
- (synopsis "Set type for Go")
- (description "Set is the set collection for the Go language.")
- (license license:expat)))
-
(define-public go-howett-net-plist
(package
(name "go-howett-net-plist")
- branch go-team created (now fea450a94a), guix-commits, 2024/09/26
- 02/169: gnu: go-github-com-lithammer-fuzzysearch: Move to golang-xyz., guix-commits, 2024/09/26
- 04/169: gnu: go-github-com-jhillyerd-enmime: Update to 1.3.0., guix-commits, 2024/09/26
- 14/169: gnu: Remove go-github-com-rylans-getlang., guix-commits, 2024/09/26
- 01/169: gnu: go-github-com-lithammer-fuzzysearch: Enable tests., guix-commits, 2024/09/26
- 11/169: gnu: go-github-com-deckarep-golang-set: Move to golang-xyz.,
guix-commits <=
- 16/169: import/go: Add comment about monorepo., guix-commits, 2024/09/26
- 20/169: build-system/go: Add subdir parameter to go-version->git-ref., guix-commits, 2024/09/26
- 15/169: gnu: go-github-com-aws-aws-sdk-go-v2: Update to 1.30.5., guix-commits, 2024/09/26
- 17/169: build-system/go: Allow providing additional test flags., guix-commits, 2024/09/26
- 28/169: gnu: go-golang-org-x-term: Update to 0.24.0., guix-commits, 2024/09/26
- 29/169: gnu: go-golang-org-x-text: Update to 0.18.0., guix-commits, 2024/09/26
- 34/169: gnu: go-google-golang-org-protobuf: Enable all tests, guix-commits, 2024/09/26
- 33/169: gnu: go-github-com-golang-protobuf: Update to 1.5.4., guix-commits, 2024/09/26
- 31/169: gnu: go-golang-org-x-xerrors: Fix indentation., guix-commits, 2024/09/26
- 39/169: gnu: go-github-com-dgraph-io-badger: Fix build., guix-commits, 2024/09/26