mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: rust-anyhow-1: Update to 1.0.37.
* gnu/packages/crates-io.scm (rust-anyhow-1): Update to 1.0.37.
This commit is contained in:
parent
eacffb9e68
commit
f186bfb9cb
1 changed files with 2 additions and 2 deletions
|
@ -703,7 +703,7 @@ (define-public rust-antidote-1.0
|
|||
(define-public rust-anyhow-1.0
|
||||
(package
|
||||
(name "rust-anyhow")
|
||||
(version "1.0.34")
|
||||
(version "1.0.37")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -712,7 +712,7 @@ (define-public rust-anyhow-1.0
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1mwz0vg77yqz3w616bl890xihh7dsixwgn27nr9qd8ms9ddwp3dz"))))
|
||||
"11kaqp25lchr2ckyc46zm6blzndnw0w2w8qv0sp8z4xcxqgw2rzf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue