summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2025-12-01 19:19:16 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-18 23:19:26 +0000
commit28b519e8a9f9e395dff8ab0c283c7bc6656ecc00 (patch)
treea868f5fb55277b7f1895f3a601c6a10a3001365a /gnu
parent99dc1a2645725d8f4759adf140034735e421504e (diff)
gnu: Add go-github-com-tj-go-naturaldate.
* gnu/packages/golang-xyz.scm (go-github-com-tj-go-naturaldate): New variable. Change-Id: I78741cd34c41a6b140c51aa41991383574151195 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm25
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index abdc10a2ec..6642a73f85 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -22315,6 +22315,31 @@ flushing entries at a given size or interval, useful for cases such as
batching log events.")
(license license:expat)))
+(define-public go-github-com-tj-go-naturaldate
+ (package
+ (name "go-github-com-tj-go-naturaldate")
+ (version "1.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tj/go-naturaldate")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "12d7nf1jd7nk9r8ifn1hr21a7m4yb1garmiw2grrsi5zsqsh2jb1"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/tj/go-naturaldate"))
+ (propagated-inputs (list go-github-com-tj-assert))
+ (home-page "https://github.com/tj/go-naturaldate")
+ (synopsis "Provides natural date time parsing")
+ (description
+ "This package parses human-friendly relative date/time ranges.")
+ (license license:expat)))
+
+
(define-public go-github-com-tj-go-spin
(package
(name "go-github-com-tj-go-spin")