gnu: rust-async-trait-0.1: Update to 0.1.42.

* gnu/packages/crates-io.scm (rust-async-trait-0.1): Update to 0.1.42.
This commit is contained in:
Nicolas Goaziou 2021-01-10 22:45:42 +01:00
parent 5f55832cd7
commit be654769d9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2491,15 +2491,14 @@ (define-public rust-async-task-1
(define-public rust-async-trait-0.1
(package
(name "rust-async-trait")
(version "0.1.40")
(version "0.1.42")
(source
(origin
(method url-fetch)
(uri (crate-uri "async-trait" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"10x7jcg8xqvkmqyz11117aw959p4af5gq1cpf022b9f0hl6j6z38"))))
(base32 "0gd13pqgw5m6l4bqwjkickq13c4v0jxzxs5i4dwmldrlgvklafld"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs