From afdec0f4987ea8a6c20af2931ed8a2c49570d95e Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 23 Dec 2024 11:53:04 +0200 Subject: 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(-) (limited to 'gnu/packages/crates-web.scm') 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 @@ (define-public rust-hyper-0.14 (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 -- cgit v1.2.3