efraim pushed a commit to branch rust-team
in repository guix.
commit bb1fdb9f99719f79d718326f66831fd415813720
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Dec 4 21:35:06 2024 +0200
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
---
gnu/packages/crates-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 0d684922c0..7bbd266cdd 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -3140,14 +3140,14 @@ requests and responses.")
(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)