mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: rust-thiserror-1: Update to 1.0.56.
* gnu/packages/crates-io.scm (rust-thiserror-1): Update to 1.0.56. Change-Id: I1d0e17b0dfbc0fef546955ff35dc3560a7d5dd98 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
f69c847d86
commit
0e0924c7d5
1 changed files with 2 additions and 2 deletions
|
@ -74693,14 +74693,14 @@ (define-public rust-thin-slice-0.1
|
|||
(define-public rust-thiserror-1
|
||||
(package
|
||||
(name "rust-thiserror")
|
||||
(version "1.0.50")
|
||||
(version "1.0.56")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "thiserror" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ll2sfbrxks8jja161zh1pgm3yssr7aawdmaa2xmcwcsbh7j39zr"))))
|
||||
(base32 "1b9hnzngjan4d89zjs16i01bcpcnvdwklyh73lj16xk28p37hhym"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue