mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-elliotchance-orderedmap-v2.
* gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap-v2): New variable. Change-Id: I4a0e7f17e6e93471b661d960b0d1350f1687b847
This commit is contained in:
parent
37458248c5
commit
f6d8631ad0
1 changed files with 19 additions and 0 deletions
|
@ -1983,6 +1983,25 @@ scanner API made public.")
|
|||
O(1) for @code{Set}, @code{Get}, @code{Delete} and @code{Len}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-elliotchance-orderedmap-v2
|
||||
(package
|
||||
(inherit go-github-com-elliotchance-orderedmap)
|
||||
(name "go-github-com-elliotchance-orderedmap-v2")
|
||||
(version "2.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/elliotchance/orderedmap")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "11bvia6cflq46nzc2hfgikgxyck7wskyi0i7ksy9r0d41l4jh4l9"))))
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/elliotchance/orderedmap/v2"
|
||||
#:unpack-path "github.com/elliotchance/orderedmap"))))
|
||||
|
||||
(define-public go-github-com-emersion-go-ical
|
||||
(package
|
||||
(name "go-github-com-emersion-go-ical")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue