mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-hyper-0.14: Update to 0.14.32.
* gnu/packages/crates-web.scm (rust-hyper-0.14): Update to 0.14.32. Change-Id: I56795e39aad28c008a0e742369064431ed9877ce
This commit is contained in:
parent
2dcb81e008
commit
afdec0f498
1 changed files with 2 additions and 2 deletions
|
@ -3589,14 +3589,14 @@ dependencies.")
|
|||
(package
|
||||
(inherit rust-hyper-1)
|
||||
(name "rust-hyper")
|
||||
(version "0.14.31")
|
||||
(version "0.14.32")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "hyper" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "11bf6mqcpzi0x2758p7q9zk3m877avzpbiw8nx8v2dd3iwp3024c"))))
|
||||
(base32 "1rvcb0smz8q1i0y6p7rwxr02x5sclfg2hhxf3g0774zczn0cgps1"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue