mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
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>
This commit is contained in:
parent
bff2009149
commit
1c7305adff
1 changed files with 2 additions and 2 deletions
|
@ -2042,7 +2042,7 @@ (define-public rust-antidote-1
|
|||
(define-public rust-anyhow-1
|
||||
(package
|
||||
(name "rust-anyhow")
|
||||
(version "1.0.37")
|
||||
(version "1.0.46")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2051,7 +2051,7 @@ (define-public rust-anyhow-1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11kaqp25lchr2ckyc46zm6blzndnw0w2w8qv0sp8z4xcxqgw2rzf"))))
|
||||
"0w0zm1bqk5kbk834r4xszlzqiln4vw5k1lnlswyjkh24khi2ia1s"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
|
|
Loading…
Reference in a new issue