gnu: rust-publicsuffix-2: Update to 2.2.3.

* gnu/packages/crates-io.scm (rust-publicsuffix-2): Update to 2.2.3.
[arguments]: Don't skip build.
[cargo-inputs]: Replace rust-hashbrown-0.11 with 0.12, rust-idna-0.2
with 0.3.  Remove rust-byteorder-1.
[cargo-development-inputs]: Add rust-lazy-static-1, rust-rspec-1.
This commit is contained in:
Efraim Flashner 2023-08-03 14:34:06 +03:00
parent 1708c44926
commit 159518348c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -50006,7 +50006,7 @@ (define-public rust-ptree-0.4
(define-public rust-publicsuffix-2
(package
(name "rust-publicsuffix")
(version "2.1.1")
(version "2.2.3")
(source
(origin
(method url-fetch)
@ -50014,16 +50014,17 @@ (define-public rust-publicsuffix-2
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1q9kbcqh9pa06p3kq7d3ksbnqjhs88v5wk5qg89wrgkbmpnp4a99"))))
"0mvls29klp6xk16n8114sr1llhahy6fy8qi9kbwzf6mflnyw3a4n"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1)
("rust-hashbrown" ,rust-hashbrown-0.11)
("rust-idna" ,rust-idna-0.2)
`(#:cargo-inputs
(("rust-hashbrown" ,rust-hashbrown-0.12)
("rust-idna" ,rust-idna-0.3)
("rust-psl-types" ,rust-psl-types-2)
("rust-unicase" ,rust-unicase-2))))
("rust-unicase" ,rust-unicase-2))
#:cargo-development-inputs
(("rust-lazy-static" ,rust-lazy-static-1)
("rust-rspec" ,rust-rspec-1))))
(home-page "https://github.com/rushmorem/publicsuffix")
(synopsis "Domain name parsing and email address validation")
(description "This package provides robust domain name parsing and RFC