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

* gnu/packages/crates-io.scm (rust-anyhow-1): Update to 1.0.65.
[cargo-inputs]: Add rust-backtrace-0.3.
[cargo-development-inputs]: Add rust-syn-1.
This commit is contained in:
Efraim Flashner 2022-09-28 19:59:20 +03:00
parent 8b6d4d3eba
commit ddc7c84efd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2925,7 +2925,7 @@ (define-public rust-antidote-1
(define-public rust-anyhow-1
(package
(name "rust-anyhow")
(version "1.0.46")
(version "1.0.65")
(source
(origin
(method url-fetch)
@ -2934,12 +2934,15 @@ (define-public rust-anyhow-1
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0w0zm1bqk5kbk834r4xszlzqiln4vw5k1lnlswyjkh24khi2ia1s"))))
"00jnbylbji1wxvgpk6fcpcxyh4firn223w0lpdvxm1117r71l5lq"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs
`(#:cargo-inputs
(("rust-backtrace" ,rust-backtrace-0.3))
#:cargo-development-inputs
(("rust-futures" ,rust-futures-0.3)
("rust-rustversion" ,rust-rustversion-1)
("rust-syn" ,rust-syn-1)
("rust-thiserror" ,rust-thiserror-1)
("rust-trybuild" ,rust-trybuild-1))))
(home-page "https://github.com/dtolnay/anyhow")