guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 2201d16b7449b30f7f2b1b559859a88d615e5acb
Author: Sharlatan Hellseher <sharlata...@gmail.com>
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 da9b38a4ce..4009867714 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3720,7 +3720,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)
@@ -3729,7 +3729,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

Reply via email to