mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: rust-anyhow-1: Update to 1.0.69.
* gnu/packages/crates-io.scm (rust-anyhow-1): Update to 1.0.69.
This commit is contained in:
parent
b8f9637b0c
commit
d8474d5b8f
1 changed files with 2 additions and 3 deletions
|
@ -2842,7 +2842,7 @@ (define-public rust-antidote-1
|
|||
(define-public rust-anyhow-1
|
||||
(package
|
||||
(name "rust-anyhow")
|
||||
(version "1.0.65")
|
||||
(version "1.0.69")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2850,8 +2850,7 @@ (define-public rust-anyhow-1
|
|||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"00jnbylbji1wxvgpk6fcpcxyh4firn223w0lpdvxm1117r71l5lq"))))
|
||||
(base32 "007q0cw3zv8y5314c41vjyqznrqvim5ydv0306wy9mn34zbznji2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue