gnu: Add go-github-com-emersion-go-ical.

* gnu/packages/golang-xyz.scm (go-github-com-emersion-go-ical): New
variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I60b52f51c7f2404f47990ef1728d5ccf38b98515
This commit is contained in:
Jean SIMARD 2024-07-27 23:19:15 +01:00 committed by Sharlatan Hellseher
parent 22b617992b
commit 7ac644f996
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5

View File

@ -1930,6 +1930,31 @@ scanner API made public.")
for @code{Set}, @code{Get}, @code{Delete} and @code{Len}.")
(license license:expat)))
(define-public go-github-com-emersion-go-ical
(package
(name "go-github-com-emersion-go-ical")
(version "0.0.0-20240127095438-fc1c9d8fb2b6")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emersion/go-ical")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "01cn9kggkdalb6xp2nrka01gs40zs8v6h5bq8d2m8wrdcsy5b36v"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/emersion/go-ical"))
(propagated-inputs (list go-github-com-teambition-rrule-go))
(home-page "https://github.com/emersion/go-ical")
(synopsis "iCalendar library for Golang")
(description
"This package implements @url{https://tools.ietf.org/html/rfc5545, RFC
5545} iCalendar specification.")
(license license:expat)))
(define-public go-github-com-emersion-go-vcard
(package
(name "go-github-com-emersion-go-vcard")