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>
This commit is contained in:
Nicolas Graves 2022-10-26 10:59:00 +02:00 committed by Andrew Tropin
parent 51cf11739d
commit f7c95ecb67
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -58062,16 +58062,14 @@ (define-public rust-thin-slice-0.1
(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