gnu: rust-url-2: Update to 2.5.2.
* gnu/packages/crates-io.scm (rust-url-2): Update to 2.5.2. [cargo-development-inputs]: Add rust-wasm-bindgen-test-0.3. Change-Id: I3fc0836432265fa2b3448f4678d0d9c2c14fded9
This commit is contained in:
parent
7d29b3df2b
commit
94900ee799
@ -87636,7 +87636,7 @@ mile, ...).")
|
||||
(define-public rust-url-2
|
||||
(package
|
||||
(name "rust-url")
|
||||
(version "2.5.0")
|
||||
(version "2.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
@ -87644,7 +87644,7 @@ mile, ...).")
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cs65961miawncdg2z20171w0vqrmraswv2ihdpd8lxp7cp31rii"))))
|
||||
"0v2dx50mx7xzl9454cl5qmpjnhkbahmn59gd3apyipbgyyylsy12"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
@ -87655,7 +87655,8 @@ mile, ...).")
|
||||
#:cargo-development-inputs
|
||||
(("rust-bencher" ,rust-bencher-0.1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3))))
|
||||
(home-page "https://github.com/servo/rust-url")
|
||||
(synopsis "URL library for Rust, based on the WHATWG URL Standard")
|
||||
(description
|
||||
|
Loading…
Reference in New Issue
Block a user