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:
parent
92836a7b62
commit
19e28a04f0
1 changed files with 2 additions and 2 deletions
|
@ -23577,14 +23577,14 @@ requests and responses.")
|
||||||
(define-public rust-http-body-0.4
|
(define-public rust-http-body-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-http-body")
|
(name "rust-http-body")
|
||||||
(version "0.4.0")
|
(version "0.4.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "http-body" version))
|
(uri (crate-uri "http-body" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "150rkibhyrcmsyi0qzwx4hp02c4lga1kkdg8j7l5wkh7xqkvsq98"))))
|
(base32 "1imjszmk34603m7chfnhd3rq263bxbdlaxhlbzd06wv7354zix0z"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Reference in a new issue