mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: rust-thiserror-impl-1.0: Update to 1.0.22.
* gnu/packages/crates-io.scm (rust-thiserror-impl-1.0): Update to 1.0.22.
This commit is contained in:
parent
a67b82475d
commit
069eec9195
1 changed files with 2 additions and 2 deletions
|
@ -29121,7 +29121,7 @@ (define-public rust-thiserror-1
|
|||
(define-public rust-thiserror-impl-1.0
|
||||
(package
|
||||
(name "rust-thiserror-impl")
|
||||
(version "1.0.9")
|
||||
(version "1.0.22")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -29130,7 +29130,7 @@ (define-public rust-thiserror-impl-1.0
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vxzhb98pm5yrq9mmcz50bgpml35iyx7lwjgi4v89sq7ag92abpb"))))
|
||||
"0mnx51374c69l1w7gh98prn2wzm2yvmlll4ms567a42vx0ihz8lv"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue