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

commit ad25d5812a6cde8ac413a87584683aa484ac8588
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 68458f60c6..3e04fce75d 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3564,7 +3564,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)
@@ -3573,7 +3573,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