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