gnu: rust-http-body: Update to 0.4.4.

* gnu/packages/crates-io.scm (rust-http-body): Update to 0.4.4.
This commit is contained in:
Nicolas Goaziou 2021-12-04 15:22:14 +01:00
parent d49113d496
commit 3d5fd9433b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23577,14 +23577,14 @@ (define-public rust-http-0.1
(define-public rust-http-body-0.4
(package
(name "rust-http-body")
(version "0.4.0")
(version "0.4.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "http-body" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "150rkibhyrcmsyi0qzwx4hp02c4lga1kkdg8j7l5wkh7xqkvsq98"))))
(base32 "1imjszmk34603m7chfnhd3rq263bxbdlaxhlbzd06wv7354zix0z"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t