diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2022-10-26 10:59:00 +0200 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2022-11-28 12:50:13 +0400 |
commit | f7c95ecb6753511968525ff560c327ea989f6f55 (patch) | |
tree | fb7bf452ce07fb4ef5dd27b19c87004888cd7904 | |
parent | 51cf11739d88cc1421069e289417fc33b10ade98 (diff) |
gnu: rust-thiserror-1: Update to 1.0.37.
* gnu/packages/crates-io.scm (rust-thiserror-1): Update to 1.0.37.
Signed-off-by: Andrew Tropin <andrew@trop.in>
-rw-r--r-- | gnu/packages/crates-io.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 06bba66c4b..ade2679dc6 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -58062,16 +58062,14 @@ handle Unicode characters correctly.") (define-public rust-thiserror-1 (package (name "rust-thiserror") - (version "1.0.26") + (version "1.0.37") (source (origin (method url-fetch) (uri (crate-uri "thiserror" version)) - (file-name - (string-append name "-" version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 - "1qmz542pq4wmz3p0s4kavsqv09h0x99klkf3k33ydjy1x97rw4ck")))) + (base32 "0gky83x4i87gd87w3fknnp920wvk9yycp7dgkf5h3jg364vb7phh")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t |