gnu: rust-hyper-0.14: Update to 0.14.24.
* gnu/packages/crates-io.scm (rust-hyper-0.14): Update to 0.14.24.
This commit is contained in:
parent
af81e9fd78
commit
8b95afa414
1 changed files with 2 additions and 2 deletions
|
@ -27576,14 +27576,14 @@ SystemTime}}.")
|
||||||
(define-public rust-hyper-0.14
|
(define-public rust-hyper-0.14
|
||||||
(package
|
(package
|
||||||
(name "rust-hyper")
|
(name "rust-hyper")
|
||||||
(version "0.14.15")
|
(version "0.14.24")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "hyper" version))
|
(uri (crate-uri "hyper" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0g4mnsacfvj4127587ihm802kzkh6zgs0c3a2mayc82g3q4w0vj3"))))
|
(base32 "0k0nbykigwb9gmbqb13dyjdq7izc624j8ymaa21xns0bz9r160ay"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Reference in a new issue