mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: rust-url-2: Update to 2.4.0.
* gnu/packages/crates-io.scm (rust-url-2): Update to 2.4.0. [cargo-inputs]: Replace rust-idna-0.3 with 0.4.
This commit is contained in:
parent
d34b43f82a
commit
4b0a06a916
1 changed files with 3 additions and 3 deletions
|
@ -72220,7 +72220,7 @@ (define-public rust-ureq-2
|
||||||
(define-public rust-url-2
|
(define-public rust-url-2
|
||||||
(package
|
(package
|
||||||
(name "rust-url")
|
(name "rust-url")
|
||||||
(version "2.3.1")
|
(version "2.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -72229,12 +72229,12 @@ (define-public rust-url-2
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hs67jw257y0a7mj2p9wi0n61x8fc2vgwxg37y62nxkmmscwfs0d"))))
|
"1jw89ack5ldvajpzsvhq9sy12y2xqa2x0cbin62hl80r3s1zggsh"))))
|
||||||
(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.3)
|
("rust-idna" ,rust-idna-0.4)
|
||||||
("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
|
||||||
|
|
Loading…
Reference in a new issue