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:
Sharlatan Hellseher 2024-08-14 23:13:29 +01:00
parent 37458248c5
commit f6d8631ad0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")