me
/
guix
Archived
1
0
Fork 0

gnu: rust-thiserror-1: Update to 1.0.22.

* gnu/packages/crates-io.scm (rust-thiserror-1): Update to 1.0.22.
master
Nicolas Goaziou 2020-12-04 14:21:27 +01:00
parent 069eec9195
commit 393d1249f8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -29093,7 +29093,7 @@ handle Unicode characters correctly.")
(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 @@ handle Unicode characters correctly.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0zlp3kzjssl1ndqmn7cipqnyggq4851ghhqj4bfc4fxk2hc7sdbg"))))
"0gp5wp7izpv9rdvq035ajbxcl3g0vck61pg9y6mfsvk1hi5y76hf"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t