efraim pushed a commit to branch rust-team
in repository guix.
commit e9209501c7879ea0d83798575850139ab56ddaf9
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Dec 23 19:48:21 2024 +0200
gnu: rust-hyper-util-0.1: Update to 0.1.5.
* gnu/packages/crates-web.scm (rust-hyper-util-0.1): Update to 0.1.5.
Change-Id: I0538c51202c6c80fb2122544675a0c66680bce9e
---
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 2a02a6a443..b2d2793e8f 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -4427,14 +4427,14 @@ with hyper.")
(define-public rust-hyper-util-0.1
(package
(name "rust-hyper-util")
- (version "0.1.3")
+ (version "0.1.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "hyper-util" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "1akngan7j0n2n0wd25c6952mvqbkj9gp1lcwzyxjc0d37l8yyf6a"))))
+ (base32 "0mhw6n1s40ifr5a8z0nij2yirpdi81jhcyxfp7byb5hblqj5k1vv"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; could not find `client` in `hyper_util`