efraim pushed a commit to branch rust-team
in repository guix.
commit 68669d99daade0262dcad9ef2ab97d22f72eb960
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Dec 23 11:53:04 2024 +0200
gnu: rust-hyper-0.14: Update to 0.14.32.
* gnu/packages/crates-web.scm (rust-hyper-0.14): Update to 0.14.32.
Change-Id: I56795e39aad28c008a0e742369064431ed9877ce
---
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 7fcce04f39..0da0507f6b 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -3589,14 +3589,14 @@ dependencies.")
(package
(inherit rust-hyper-1)
(name "rust-hyper")
- (version "0.14.31")
+ (version "0.14.32")
(source
(origin
(method url-fetch)
(uri (crate-uri "hyper" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "11bf6mqcpzi0x2758p7q9zk3m877avzpbiw8nx8v2dd3iwp3024c"))))
+ (base32 "1rvcb0smz8q1i0y6p7rwxr02x5sclfg2hhxf3g0774zczn0cgps1"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs