mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: rust-publicsuffix-1: Order alphabetically.
* gnu/packages/crates-io.scm (rust-publicsuffix-1): Order. Change-Id: I01a3b55490f5290d61527ec46cff2a05e61afb0e Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
0f8d1959f7
commit
9761a871bb
1 changed files with 23 additions and 23 deletions
|
@ -63251,29 +63251,6 @@ configuration file and/or environment variables.")
|
|||
compliant email address validation.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-publicsuffix-1
|
||||
(package
|
||||
(inherit rust-publicsuffix-2)
|
||||
(name "rust-publicsuffix")
|
||||
(version "1.5.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "publicsuffix" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0yvmjpywfyypfr17kxiwy6ssykgv8nmcdhfakas6548pfn8a9fiv"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-error-chain" ,rust-error-chain-0.12)
|
||||
("rust-idna" ,rust-idna-0.2)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-native-tls" ,rust-native-tls-0.2)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-public-api-0.33
|
||||
(package
|
||||
(name "rust-public-api")
|
||||
|
@ -63336,6 +63313,29 @@ on rustdoc JSON output from the nightly toolchain.")
|
|||
("rust-rustdoc-json" ,rust-rustdoc-json-0.8)
|
||||
("rust-tempfile" ,rust-tempfile-3))))))
|
||||
|
||||
(define-public rust-publicsuffix-1
|
||||
(package
|
||||
(inherit rust-publicsuffix-2)
|
||||
(name "rust-publicsuffix")
|
||||
(version "1.5.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "publicsuffix" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0yvmjpywfyypfr17kxiwy6ssykgv8nmcdhfakas6548pfn8a9fiv"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-error-chain" ,rust-error-chain-0.12)
|
||||
("rust-idna" ,rust-idna-0.2)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-native-tls" ,rust-native-tls-0.2)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-puffin-0.18
|
||||
(package
|
||||
(name "rust-puffin")
|
||||
|
|
Loading…
Add table
Reference in a new issue