mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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 @@ (define-public rust-humantime-1
|
|||
(define-public rust-hyper-0.14
|
||||
(package
|
||||
(name "rust-hyper")
|
||||
(version "0.14.15")
|
||||
(version "0.14.24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "hyper" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0g4mnsacfvj4127587ihm802kzkh6zgs0c3a2mayc82g3q4w0vj3"))))
|
||||
(base32 "0k0nbykigwb9gmbqb13dyjdq7izc624j8ymaa21xns0bz9r160ay"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue