mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove rust-cookie-store-0.16.
* gnu/packages/crates-web.scm (rust-cookie-store-0.16): Delete variable. Change-Id: I13aecde6ed0a14ea8153c2eaae926facf824a59c
This commit is contained in:
parent
f9155ccbd4
commit
6ad7e2258d
1 changed files with 0 additions and 24 deletions
|
@ -2912,30 +2912,6 @@ similar to the nom parser combinators library.")
|
|||
("rust-time" ,rust-time-0.3)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-cookie-store-0.16
|
||||
(package
|
||||
(inherit rust-cookie-store-0.19)
|
||||
(name "rust-cookie-store")
|
||||
(version "0.16.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cookie_store" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1kfrmxx9mi55dgbj8qgd8qbahvi1yjqwk05v0jm5y7zld6inljrf"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-cookie" ,rust-cookie-0.16)
|
||||
("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.3)
|
||||
("rust-url" ,rust-url-2))))))
|
||||
|
||||
(define-public rust-h2-0.4
|
||||
(package
|
||||
(name "rust-h2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue