gnu: rust-http-0.2: Update to 0.2.11.

* gnu/packages/crates-io.scm (rust-http-0.2): Update to 0.2.11.

Change-Id: Iba8c7ebf5c32850ed569c5624ecd0e178a6dd45b
This commit is contained in:
Efraim Flashner 2024-01-22 21:03:03 +02:00
parent 069519f339
commit df4952d8bb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -28937,14 +28937,14 @@ (define-public rust-http-0.2
(package
(inherit rust-http-1)
(name "rust-http")
(version "0.2.9")
(version "0.2.11")
(source
(origin
(method url-fetch)
(uri (crate-uri "http" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "10j4jjpngaymxjvi92hllr2y6acr09pq61cvzxd44qzvkb4zyvmx"))))
(base32 "1fwz3mhh86h5kfnr5767jlx9agpdggclq7xsqx930fflzakb2iw9"))))
(arguments
`(#:cargo-inputs
(("rust-bytes" ,rust-bytes-1)