gnu: Add go-github-com-ncruces-go-strftime.

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

Change-Id: I1110f06fd8d1aeea7e474cdff5a4070e725a2a0f
This commit is contained in:
Sharlatan Hellseher 2025-01-01 15:20:50 +00:00
parent c62f29ae1d
commit 5a5c60e149
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -9385,6 +9385,30 @@ varints.")
very fast, and tries to be entropy pool friendly.")
(license license:asl2.0)))
(define-public go-github-com-ncruces-go-strftime
(package
(name "go-github-com-ncruces-go-strftime")
(version "0.1.9")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/ncruces/go-strftime")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0rmr44m8mj5w9j1sy4c24b3n55lx2gwz1z3lb2g3p4qw87wv0j2g"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/ncruces/go-strftime"))
(home-page "https://github.com/ncruces/go-strftime")
(synopsis "Implementation of strftime/strptime for Golang")
(description
"Package strftime provides strftime/strptime compatible time formatting
and parsing.")
(license license:expat)))
(define-public go-github-com-neurosnap-sentences
(package
(name "go-github-com-neurosnap-sentences")