[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48729] [PATCH v5 13/25] gnu: Add go-github-com-deckarep-golang-set.
From: |
Raghav Gururajan |
Subject: |
[bug#48729] [PATCH v5 13/25] gnu: Add go-github-com-deckarep-golang-set. |
Date: |
Fri, 18 Jun 2021 02:44:07 -0400 |
* gnu/packages/golang.scm (go-github-com-deckarep-golang-set): New variable.
---
gnu/packages/golang.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index abe8b7cf40..ccd78055b7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -69,6 +69,28 @@
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
+(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 "Golang-Set is the set collection for the Go language.")
+ (license license:expat)))
+
(define-public go-github-com-blanu-dust
(package
(name "go-github-com-blanu-dust")
--
2.32.0
- [bug#48729] [PATCH v5 01/25] gnu: Add go-github-com-rakyll-statik., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 02/25] gnu: Add go-github-com-dchest-siphash., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 04/25] gnu: Add go-github-com-apparentlymart-go-openvpn-mgmt., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 08/25] gnu: Add go-github-com-willscott-goturn., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 05/25] gnu: Add go-github-com-keybase-go-ps., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 03/25] gnu: Add go-github-com-emersion-go-autostart., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 06/25] gnu: Add go-github-com-sevlyar-go-daemon., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 13/25] gnu: Add go-github-com-deckarep-golang-set.,
Raghav Gururajan <=
- [bug#48729] [PATCH v5 09/25] gnu: Add go-github-com-operatorfoundation-obfs4., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 07/25] gnu: Add go-torproject-org-pluggable-transports-goptlib., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 11/25] gnu: Add go-github-com-op-go-logging., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 12/25] gnu: Add go-github-com-blanu-dust., Raghav Gururajan, 2021/06/18
- [bug#48729] [PATCH v5 10/25] gnu: Add go-github-com-operatorfoundation-shapeshifter-ipc., Raghav Gururajan, 2021/06/18