mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: rust-cookie-store-0.15: Order alphabetically.
* gnu/packages/crates-io.scm (rust-cookie-store-0.15): Order. Change-Id: Ic014f62ce0d58cd895df886ccd2bd82f042efd3b Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
f1251da1ae
commit
dcbe345d32
1 changed files with 26 additions and 26 deletions
|
@ -17448,6 +17448,32 @@ (define-public rust-cookie-store-0.16
|
|||
("rust-time" ,rust-time-0.3)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-cookie-store-0.15
|
||||
(package
|
||||
(inherit rust-cookie-store-0.16)
|
||||
(name "rust-cookie-store")
|
||||
(version "0.15.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cookie_store" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0z0navy9k0ivrdvz492q8c4nhd3iv5l77hwfppskdp1j15607xxk"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-cookie" ,rust-cookie-0.15)
|
||||
("rust-idna" ,rust-idna-0.2)
|
||||
("rust-indexmap" ,rust-indexmap-1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-publicsuffix" ,rust-publicsuffix-2)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-time" ,rust-time-0.2)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-coolor-0.8
|
||||
(package
|
||||
(name "rust-coolor")
|
||||
|
@ -17720,32 +17746,6 @@ (define-public rust-core2-0.3
|
|||
(base32 "1wzzy5iazdk5caadxvjfwrd312rbg7a55a1zpmsdrhk3kfpa77r3"))))
|
||||
(arguments `(#:cargo-inputs (("rust-memchr" ,rust-memchr-2))))))
|
||||
|
||||
(define-public rust-cookie-store-0.15
|
||||
(package
|
||||
(inherit rust-cookie-store-0.16)
|
||||
(name "rust-cookie-store")
|
||||
(version "0.15.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cookie_store" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0z0navy9k0ivrdvz492q8c4nhd3iv5l77hwfppskdp1j15607xxk"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-cookie" ,rust-cookie-0.15)
|
||||
("rust-idna" ,rust-idna-0.2)
|
||||
("rust-indexmap" ,rust-indexmap-1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-publicsuffix" ,rust-publicsuffix-2)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-time" ,rust-time-0.2)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-cookie-store-0.12
|
||||
(package
|
||||
(inherit rust-cookie-store-0.15)
|
||||
|
|
Loading…
Reference in a new issue