gnu: rust-anyhow-1: Update to 1.0.37.

* gnu/packages/crates-io.scm (rust-anyhow-1): Update to 1.0.37.
This commit is contained in:
Efraim Flashner 2021-01-03 20:50:44 +02:00
parent eacffb9e68
commit f186bfb9cb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -703,7 +703,7 @@ (define-public rust-antidote-1.0
(define-public rust-anyhow-1.0
(package
(name "rust-anyhow")
(version "1.0.34")
(version "1.0.37")
(source
(origin
(method url-fetch)
@ -712,7 +712,7 @@ (define-public rust-anyhow-1.0
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1mwz0vg77yqz3w616bl890xihh7dsixwgn27nr9qd8ms9ddwp3dz"))))
"11kaqp25lchr2ckyc46zm6blzndnw0w2w8qv0sp8z4xcxqgw2rzf"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t