guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 47f89ae33cb2b90bcde7d167bd1f953d8c498db0
Author: Formbi <[email protected]>
AuthorDate: Wed May 28 14:51:25 2025 +0200
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 <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 0eef152bdd..9c365eb22d 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -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")