[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72874] [PATCH 7/8] gnu: Add go-github-com-toml-lang-toml-test.
From: |
gemmaro |
Subject: |
[bug#72874] [PATCH 7/8] gnu: Add go-github-com-toml-lang-toml-test. |
Date: |
Fri, 30 Aug 2024 00:14:09 +0900 |
* gnu/packages/golang-xyz.scm (go-github-com-toml-lang-toml-test): New variable.
Change-Id: I287cc46f371597e8557cb4eb255391d2c6766ddf
---
gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index ca5830c3e8..28480e6930 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6202,6 +6202,32 @@ (define-public go-github-com-tkuchiki-go-timezone
@end itemize")
(license license:expat)))
+(define-public go-github-com-toml-lang-toml-test
+ (package
+ (name "go-github-com-toml-lang-toml-test")
+ (version "1.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/toml-lang/toml-test")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "188xcsxgn20pjnddfn3mvx7wak030xdgkhxkhjiijfap37gbv6df"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/toml-lang/toml-test"))
+ (propagated-inputs (list go-zgo-at-zli go-zgo-at-jfmt
+ go-github-com-burntsushi-toml))
+ (home-page "https://github.com/toml-lang/toml-test")
+ (synopsis "Installation")
+ (description
+ "@samp{toml-test} is a language-agnostic test suite to verify the
+correctness of @url{https://toml.io,TOML} parsers and writers.")
+ (license license:expat)))
+
(define-public go-github-com-vitrun-qart
(let ((commit "bf64b92db6b05651d6c25a3dabf2d543b360c0aa")
(revision "0"))
--
2.45.2
- [bug#72874] [PATCH 0/8] gnu: Add toml-test., gemmaro, 2024/08/29
- [bug#72874] [PATCH 1/8] gnu: Add go-zgo-at-runewidth., gemmaro, 2024/08/29
- [bug#72874] [PATCH 2/8] gnu: Add go-zgo-at-termtext., gemmaro, 2024/08/29
- [bug#72874] [PATCH 4/8] gnu: Add go-zgo-at-zli., gemmaro, 2024/08/29
- [bug#72874] [PATCH 6/8] gnu: Add jfmt., gemmaro, 2024/08/29
- [bug#72874] [PATCH 5/8] gnu: Add go-zgo-at-jfmt., gemmaro, 2024/08/29
- [bug#72874] [PATCH 7/8] gnu: Add go-github-com-toml-lang-toml-test.,
gemmaro <=
- [bug#72874] [PATCH 3/8] gnu: Add go-zgo-at-zstd., gemmaro, 2024/08/29
- [bug#72874] [PATCH 8/8] gnu: Add toml-test., gemmaro, 2024/08/29