guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit bc387a60a60ec87787adcbb1ce237891e8333cb7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Feb 9 21:14:38 2026 +0000
gnu: Add go-github-com-kylelemons-go-gypsy.
* gnu/packages/golang-xyz.scm (go-github-com-kylelemons-go-gypsy): New
variable.
Change-Id: I93fe7d82ccea6983d3e4262796502e43211c00f3
---
gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index f4ecc59513..5f8f2f0bef 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -14503,6 +14503,31 @@ allocation. @code{fastime} is returning the
approximate time.")
code dependencies in the form of internal and external packages.")
(license license:expat)))
+(define-public go-github-com-kylelemons-go-gypsy
+ (package
+ (name "go-github-com-kylelemons-go-gypsy")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/kylelemons/go-gypsy")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0h8fn37zqbxaby9cnxbymss2j652kvq124rinpqpbh60q1qdn6sy"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:skip-build? #t
+ #:import-path "github.com/kylelemons/go-gypsy"))
+ (home-page "https://github.com/kylelemons/go-gypsy")
+ (synopsis "Go YAML Parser for Simple YAML")
+ (description
+ "This package implements a very simple parser for a YAML-like config
+language for Golang.")
+ (license license:asl2.0)))
+
(define-public go-github-com-kylelemons-godebug
(package
(name "go-github-com-kylelemons-godebug")