guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 7e349b253edf343ffb407cc1cc8cdab0c98ed6ef
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jun 11 19:08:03 2025 +0100
gnu: toml-test: Update to 1.6.0.
* gnu/packages/check.scm (toml-test): Update to 1.6.0.
Change-Id: I6fb09b9c37f35d455680759413e45e47295a8613
---
gnu/packages/check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 7b175c6902..004ddef446 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3566,7 +3566,7 @@ allowing you to declaratively define \"match\" rules.")
;; Upstream is informed to provide man/info for the project, see
;; <https://github.com/toml-lang/toml-test/issues/163>.
(name "toml-test")
- (version "1.5.0")
+ (version "1.6.0")
(source
(origin
(method git-fetch)
@@ -3575,7 +3575,7 @@ allowing you to declaratively define \"match\" rules.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "188xcsxgn20pjnddfn3mvx7wak030xdgkhxkhjiijfap37gbv6df"))))
+ (base32 "1b6lfamh673a4x509cacr6qr1xvf82562cpqn9ygrgnd81469qcc"))))
(build-system go-build-system)
(arguments
(list