mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
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:
parent
74892ae23e
commit
468f703705
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue