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