1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: Add go-github-com-dannav-hhmmss.

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

Change-Id: Ie3a0f4c11d621eccb69897857899026ecaebf76b
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.ccom>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Formbi 2025-05-28 14:51:25 +02:00 committed by Sharlatan Hellseher
parent 1c1f25333b
commit 47f89ae33c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3927,6 +3927,30 @@ against various paths. This is particularly useful when trying to filter
files based on a .gitignore document.")
(license license:expat)))
(define-public go-github-com-dannav-hhmmss
(package
(name "go-github-com-dannav-hhmmss")
(version "1.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/dannav/hhmmss")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1h2wdpd5sd2wfd5d2vyqiwlrqlxf3qwpqjy74hbcr7bhjpgv81m0"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/dannav/hhmmss"))
(home-page "https://github.com/dannav/hhmmss")
(synopsis "Parse HHMMSS strings into a Go time.Duration type")
(description
"Package @code{hhmmss} manages converting HH:MM:SS time strings to
@code{time.Duration} values.")
(license license:asl2.0)))
(define-public go-github-com-dicedb-dicedb-go
(package
(name "go-github-com-dicedb-dicedb-go")