mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove rust-cookie-store-0.12.
* gnu/packages/crates-web.scm (rust-cookie-store-0.12): Delete variable. Change-Id: Ie14e903ca2a9eacc9361c166c77fb7471cc29a4d
This commit is contained in:
parent
cdffc98dc5
commit
6359ec7f6d
1 changed files with 0 additions and 28 deletions
|
@ -2962,34 +2962,6 @@ similar to the nom parser combinators library.")
|
|||
("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)
|
||||
(name "rust-cookie-store")
|
||||
(version "0.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "cookie_store" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lqhmdwgnyvi1mjmw4rbgd02fwav4aabpg4vcld23d8c9g5dy61q"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-cookie" ,rust-cookie-0.14)
|
||||
("rust-idna" ,rust-idna-0.2)
|
||||
("rust-indexmap" ,rust-indexmap-1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-publicsuffix" ,rust-publicsuffix-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-time" ,rust-time-0.2)
|
||||
("rust-url" ,rust-url-2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-env-logger" ,rust-env-logger-0.7)
|
||||
("rust-pretty-assertions" ,rust-pretty-assertions-0.6))))))
|
||||
|
||||
(define-public rust-h2-0.4
|
||||
(package
|
||||
(name "rust-h2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue