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
This commit is contained in:
Efraim Flashner 2024-12-23 19:48:21 +02:00
parent 74892ae23e
commit 468f703705
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4427,14 +4427,14 @@ (define-public rust-hyper-tls-0.4
(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`