mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-30 22:35:57 +02:00
gnu: Add go-github-com-araddon-dateparse.
* gnu/packages/golang-xyz.scm (go-github-com-araddon-dateparse): New variable. Change-Id: I7379b020c12344cc3ec9fde8b621627015b06910 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
bdf095b1fc
commit
8ff571b0ea
@@ -2325,6 +2325,35 @@ cluster segmentation algorithm.")
|
||||
(package-arguments go-github-com-apparentlymart-go-textseg-v15)
|
||||
((#:import-path _) "github.com/apparentlymart/go-textseg/v16")))))
|
||||
|
||||
(define-public go-github-com-araddon-dateparse
|
||||
(package
|
||||
(name "go-github-com-araddon-dateparse")
|
||||
(version "0.0.0-20210429162001-6b43995a97de")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/araddon/dateparse")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0p60rdbfk7d97hb1kk225lvnqvhw04d822782hn66i4yfvigrraj"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/araddon/dateparse"))
|
||||
(native-inputs
|
||||
(list go-github-com-stretchr-testify))
|
||||
(propagated-inputs
|
||||
(list go-github-com-scylladb-termtables))
|
||||
(home-page "https://github.com/araddon/dateparse")
|
||||
(synopsis "Go date parser")
|
||||
(description
|
||||
"This package parses date strings without knowing the format in advance.
|
||||
It uses a scanner to read bytes and use a state machine to find format. It is
|
||||
much faster than shotgun based parse methods.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-arbovm-levenshtein
|
||||
(package
|
||||
(name "go-github-com-arbovm-levenshtein")
|
||||
|
||||
Reference in New Issue
Block a user