diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-11 19:08:03 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-26 19:55:45 +0200 |
commit | efaf8b6b2d4ff68fd263780d57da967db0aceeca (patch) | |
tree | eb393f9dacd7e90e64fead4bdd3269cabb558f0c | |
parent | 49ca0ef6c9baa3b312c59d45c53fbbfde02b3485 (diff) |
gnu: toml-test: Update to 1.6.0.
* gnu/packages/check.scm (toml-test): Update to 1.6.0.
Change-Id: I6fb09b9c37f35d455680759413e45e47295a8613
-rw-r--r-- | gnu/packages/check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index fdc5fa5b5c..47428c451c 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -3741,7 +3741,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) @@ -3750,7 +3750,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 |