mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-thiserror-1: Update to 1.0.22.
* gnu/packages/crates-io.scm (rust-thiserror-1): Update to 1.0.22.
This commit is contained in:
parent
069eec9195
commit
393d1249f8
1 changed files with 2 additions and 2 deletions
|
@ -29093,7 +29093,7 @@ (define-public rust-thin-slice-0.1
|
|||
(define-public rust-thiserror-1
|
||||
(package
|
||||
(name "rust-thiserror")
|
||||
(version "1.0.9")
|
||||
(version "1.0.22")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -29102,7 +29102,7 @@ (define-public rust-thiserror-1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0zlp3kzjssl1ndqmn7cipqnyggq4851ghhqj4bfc4fxk2hc7sdbg"))))
|
||||
"0gp5wp7izpv9rdvq035ajbxcl3g0vck61pg9y6mfsvk1hi5y76hf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue