1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 10:00:46 +02:00

gnu: Remove rust-cookie-store-0.15.

* gnu/packages/crates-web.scm (rust-cookie-store-0.15): Delete variable.

Change-Id: I3bf41fd226479dda21d9e4128d70c8c61789d0d4
This commit is contained in:
Efraim Flashner 2024-12-31 12:46:49 +02:00
parent 6359ec7f6d
commit f9155ccbd4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2936,32 +2936,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.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-h2-0.4
(package
(name "rust-h2")