[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/172: gnu: go-github-com-deckarep-golang-set: Move to golang-xyz.
From: |
guix-commits |
Subject: |
11/172: gnu: go-github-com-deckarep-golang-set: Move to golang-xyz. |
Date: |
Sat, 9 Nov 2024 16:44:45 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 9a29c9e09eaf9cdb08504f43f8cbd9388972c019
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 d7fd47b79c..2d534b8dcd 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1980,6 +1980,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 d446dd6447..4c8059aa0a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1697,28 +1697,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 master updated (14abf6e19e -> 3dc63f8ca7), guix-commits, 2024/11/09
- 02/172: gnu: go-github-com-lithammer-fuzzysearch: Move to golang-xyz., guix-commits, 2024/11/09
- 01/172: gnu: go-github-com-lithammer-fuzzysearch: Enable tests., guix-commits, 2024/11/09
- 03/172: gnu: Remove go-github-com-niemeyer-pretty., guix-commits, 2024/11/09
- 04/172: gnu: go-github-com-jhillyerd-enmime: Update to 1.3.0., guix-commits, 2024/11/09
- 06/172: gnu: go-github-com-jaytaylor-html2text: Update to 0.0.0-20230321000545-74c2419ad056., guix-commits, 2024/11/09
- 13/172: gnu: Remove go-github-com-kyoh86-xdg., guix-commits, 2024/11/09
- 14/172: gnu: Remove go-github-com-rylans-getlang., guix-commits, 2024/11/09
- 11/172: gnu: go-github-com-deckarep-golang-set: Move to golang-xyz.,
guix-commits <=
- 16/172: import/go: Add comment about monorepo., guix-commits, 2024/11/09
- 18/172: gnu: go-1.23: Update to 1.23.1., guix-commits, 2024/11/09
- 19/172: gnu: go-1.20: Build with gccgo-12 on some systems., guix-commits, 2024/11/09
- 20/172: build-system/go: Add subdir parameter to go-version->git-ref., guix-commits, 2024/11/09
- 21/172: import/go: Account for monorepo modules in the Go importer., guix-commits, 2024/11/09
- 36/172: gnu: go-github-com-golang-groupcache: Fix indentation., guix-commits, 2024/11/09
- 29/172: gnu: go-golang-org-x-text: Update to 0.18.0., guix-commits, 2024/11/09
- 23/172: gnu: packages/golang-crypto: Apply #:subdir parameter., guix-commits, 2024/11/09
- 31/172: gnu: go-golang-org-x-xerrors: Fix indentation., guix-commits, 2024/11/09
- 24/172: gnu: go-golang-org-x-image: Update to 0.20.0., guix-commits, 2024/11/09