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

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

Change-Id: If5c598cdeed55443a1b3b3e51d8123505c5609cc
This commit is contained in:
Efraim Flashner 2024-12-04 21:35:06 +02:00
parent e636e294f8
commit b921487e7b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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