mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-deckarep-golang-set-v2.
* gnu/packages/golang-xyz.scm (go-github-com-deckarep-golang-set-v2): New variable. Change-Id: I0e59fecfeba327c4f926c94b65f7bc8c42750fda
This commit is contained in:
parent
9a29c9e09e
commit
32853832d5
1 changed files with 23 additions and 0 deletions
|
@ -2003,6 +2003,29 @@ more complicated parallel cases.")
|
||||||
"Set is the set collection for the Go language.")
|
"Set is the set collection for the Go language.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-deckarep-golang-set-v2
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-deckarep-golang-set)
|
||||||
|
(name "go-github-com-deckarep-golang-set-v2")
|
||||||
|
(version "2.2.0")
|
||||||
|
(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 "11bvia6cflq46nzc2hfgikgxyck7wskyi0i7ksy9r0d41l4jh4l9"))))
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/deckarep/golang-set/v2"
|
||||||
|
#:unpack-path "github.com/deckarep/golang-set"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-elliotchance-orderedmap-v2))))
|
||||||
|
|
||||||
(define-public go-github-com-dennwc-varint
|
(define-public go-github-com-dennwc-varint
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-dennwc-varint")
|
(name "go-github-com-dennwc-varint")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue