gnu: rust-anyhow-1: Update to 1.0.46.
* gnu/packages/crates-io.scm (rust-anyhow-1): Update to 1.0.46. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
bff2009149
commit
1c7305adff
|
@ -2042,7 +2042,7 @@ escape codes.")
|
||||||
(define-public rust-anyhow-1
|
(define-public rust-anyhow-1
|
||||||
(package
|
(package
|
||||||
(name "rust-anyhow")
|
(name "rust-anyhow")
|
||||||
(version "1.0.37")
|
(version "1.0.46")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2051,7 +2051,7 @@ escape codes.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11kaqp25lchr2ckyc46zm6blzndnw0w2w8qv0sp8z4xcxqgw2rzf"))))
|
"0w0zm1bqk5kbk834r4xszlzqiln4vw5k1lnlswyjkh24khi2ia1s"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-development-inputs
|
`(#:cargo-development-inputs
|
||||||
|
|
Reference in New Issue