mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
8b6d4d3eba
commit
ddc7c84efd
1 changed files with 6 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue