mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: go-github-com-arran4-golang-ical: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-arran4-golang-ical): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Iec66cbbab2bce986201ddacaaa643d7410f57ca6
This commit is contained in:
parent
14c1a4bec9
commit
07420241df
2 changed files with 27 additions and 26 deletions
|
@ -861,6 +861,33 @@ (define-public go-github-com-armon-go-radix
|
|||
@url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-arran4-golang-ical
|
||||
(package
|
||||
(name "go-github-com-arran4-golang-ical")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/arran4/golang-ical")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0gcn5afds1dnq3wrl4ndi4wqqwmrnvh9pdqhyv77d3cqakn82vj3"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/arran4/golang-ical"))
|
||||
(native-inputs
|
||||
(list go-github-com-google-go-cmp
|
||||
go-github-com-stretchr-testify))
|
||||
(home-page "https://github.com/arran4/golang-ical")
|
||||
(synopsis "Handle iCalenders in Go")
|
||||
(description
|
||||
"The @code{ical} package provides an ICS/iCalender parser and serialiser
|
||||
for Go.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-github-com-audriusbutkevicius-recli
|
||||
(package
|
||||
(name "go-github-com-audriusbutkevicius-recli")
|
||||
|
|
|
@ -8856,32 +8856,6 @@ (define-public go-github-com-niemeyer-pretty
|
|||
terminal.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-arran4-golang-ical
|
||||
(package
|
||||
(name "go-github-com-arran4-golang-ical")
|
||||
(version "0.3.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/arran4/golang-ical")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gcn5afds1dnq3wrl4ndi4wqqwmrnvh9pdqhyv77d3cqakn82vj3"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:import-path "github.com/arran4/golang-ical"))
|
||||
(native-inputs
|
||||
(list go-github-com-google-go-cmp
|
||||
go-github-com-stretchr-testify))
|
||||
(home-page "https://github.com/arran4/golang-ical")
|
||||
(synopsis "Handle iCalenders in Go")
|
||||
(description
|
||||
"The @code{ical} package provides an ICS/iCalender parser and
|
||||
serialiser for Go.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-github-com-lithammer-fuzzysearch
|
||||
(package
|
||||
(name "go-github-com-lithammer-fuzzysearch")
|
||||
|
|
Loading…
Reference in a new issue