mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-hyper-0.12: Update to 0.12.36.
* gnu/packages/crates-web.scm (rust-hyper-0.12): Update to 0.12.36. [arguments]: Don't skip the build. Don't install the source. Skip the tests. [cargo-inputs]: Add rust-rustc-version-0.2. [cargo-development-inputs]: Remove rust-rustc-version-0.2. Change-Id: I824e7ab9a72d09768d74be62a83d7bcd35bda6b3
This commit is contained in:
parent
66e769160b
commit
62a82f2097
1 changed files with 5 additions and 4 deletions
|
@ -3629,16 +3629,17 @@ dependencies.")
|
||||||
(package
|
(package
|
||||||
(inherit rust-hyper-0.13)
|
(inherit rust-hyper-0.13)
|
||||||
(name "rust-hyper")
|
(name "rust-hyper")
|
||||||
(version "0.12.35")
|
(version "0.12.36")
|
||||||
(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 "1xnm8zi4bdjqhlnx3238kx8yjf29jjd1ww54apcql7wf8g8nxglx"))))
|
(base32 "0ljcsgxddqaaasran1chafd10kpdz5d20da78j9izz4ncapkr12w"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t ;; fails due to some missing example file
|
`(#:tests? #f ; Not all files included.
|
||||||
|
#:install-source? #f ; `README.md` does not appear to exist
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-bytes" ,rust-bytes-0.4)
|
(("rust-bytes" ,rust-bytes-0.4)
|
||||||
("rust-futures" ,rust-futures-0.1)
|
("rust-futures" ,rust-futures-0.1)
|
||||||
|
@ -3651,6 +3652,7 @@ dependencies.")
|
||||||
("rust-itoa" ,rust-itoa-0.4)
|
("rust-itoa" ,rust-itoa-0.4)
|
||||||
("rust-log" ,rust-log-0.4)
|
("rust-log" ,rust-log-0.4)
|
||||||
("rust-net2" ,rust-net2-0.2)
|
("rust-net2" ,rust-net2-0.2)
|
||||||
|
("rust-rustc-version" ,rust-rustc-version-0.2)
|
||||||
("rust-time" ,rust-time-0.1)
|
("rust-time" ,rust-time-0.1)
|
||||||
("rust-tokio" ,rust-tokio-0.1)
|
("rust-tokio" ,rust-tokio-0.1)
|
||||||
("rust-tokio-buf" ,rust-tokio-buf-0.1)
|
("rust-tokio-buf" ,rust-tokio-buf-0.1)
|
||||||
|
@ -3664,7 +3666,6 @@ dependencies.")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-futures-timer" ,rust-futures-timer-0.1)
|
(("rust-futures-timer" ,rust-futures-timer-0.1)
|
||||||
("rust-num-cpus" ,rust-num-cpus-1)
|
("rust-num-cpus" ,rust-num-cpus-1)
|
||||||
("rust-rustc-version" ,rust-rustc-version-0.2)
|
|
||||||
("rust-pretty-env-logger" ,rust-pretty-env-logger-0.3)
|
("rust-pretty-env-logger" ,rust-pretty-env-logger-0.3)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-serde-derive" ,rust-serde-derive-1)
|
("rust-serde-derive" ,rust-serde-derive-1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue