mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add go-github-com-emersion-go-vcard.
* gnu/packages/golang-xyz.scm (go-github-com-emersion-go-vcard): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I9bc4a69f51ac847718efcc0d891b9420096cc34e
This commit is contained in:
parent
ac42af9adf
commit
1d4b72006e
1 changed files with 24 additions and 0 deletions
|
@ -1930,6 +1930,30 @@ (define-public go-github-com-elliotchance-orderedmap
|
|||
for @code{Set}, @code{Get}, @code{Delete} and @code{Len}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-emersion-go-vcard
|
||||
(package
|
||||
(name "go-github-com-emersion-go-vcard")
|
||||
(version "0.0.0-20230815062825-8fda7d206ec9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/emersion/go-vcard")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "12n5jinj5xzdfl9jhqvjbzxvj32bw310mdw4q5rjv35pk566zixl"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/emersion/go-vcard"))
|
||||
(home-page "https://github.com/emersion/go-vcard")
|
||||
(synopsis "Parse and format vCard in Golang")
|
||||
(description
|
||||
"This package implements functionality to parse and format vCard as
|
||||
specified in @url{https://datatracker.ietf.org/doc/html/rfc6350, RFC 6350}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-errata-ai-ini
|
||||
(package
|
||||
(name "go-github-com-errata-ai-ini")
|
||||
|
|
Loading…
Reference in a new issue