gnu: rust-url-2: Update to 2.5.0.
* gnu/packages/crates-io.scm (rust-url-2): Update to 2.5.0. [cargo-inputs]: Replace rust-idna-0.4 with 0.5. Change-Id: I5e444f3c80fb5123ca692fbbf2382c654ebd030c
This commit is contained in:
parent
f779b93112
commit
28adb746af
1 changed files with 4 additions and 5 deletions
|
@ -87210,21 +87210,20 @@ comparable to calling @code{unwrap_err()}.")
|
||||||
(define-public rust-url-2
|
(define-public rust-url-2
|
||||||
(package
|
(package
|
||||||
(name "rust-url")
|
(name "rust-url")
|
||||||
(version "2.4.1")
|
(version "2.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "url" version))
|
(uri (crate-uri "url" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rbsx1nvz5ardf0x815639z1bxbbgjjjhj0mmnfaqzr5327m6fql"))))
|
"0cs65961miawncdg2z20171w0vqrmraswv2ihdpd8lxp7cp31rii"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-form-urlencoded" ,rust-form-urlencoded-1)
|
(("rust-form-urlencoded" ,rust-form-urlencoded-1)
|
||||||
("rust-idna" ,rust-idna-0.4)
|
("rust-idna" ,rust-idna-0.5)
|
||||||
("rust-percent-encoding" ,rust-percent-encoding-2)
|
("rust-percent-encoding" ,rust-percent-encoding-2)
|
||||||
("rust-serde" ,rust-serde-1))
|
("rust-serde" ,rust-serde-1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
|
|
Reference in a new issue