diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-31 12:40:27 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:21:36 +0200 |
commit | 28f10171bce8473d0249b151c6bb077a588eb62a (patch) | |
tree | a79e9668673b0f4b5ad8a0377791c5b34e439fc1 /gnu/packages/crates-web.scm | |
parent | 1ce82e627dfeb13fbf2a3624c12000e5e924225e (diff) |
gnu: Remove rust-headers-core-0.1.
* gnu/packages/crates-web.scm (rust-headers-core-0.1): Delete variable.
Change-Id: Ie6556810a2cf4b786ba84e4f94a3cdc405aa3c10
Diffstat (limited to 'gnu/packages/crates-web.scm')
-rw-r--r-- | gnu/packages/crates-web.scm | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm index 9e9bdf6f17..db1ade3476 100644 --- a/gnu/packages/crates-web.scm +++ b/gnu/packages/crates-web.scm @@ -3501,23 +3501,6 @@ similar to the nom parser combinators library.") `(#:skip-build? #t #:cargo-inputs (("rust-http" ,rust-http-0.2)))))) -(define-public rust-headers-core-0.1 - (package - (inherit rust-headers-core-0.2) - (name "rust-headers-core") - (version "0.1.1") - (source - (origin - (method url-fetch) - (uri (crate-uri "headers-core" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "0ds20kg0igncs2r0jrcf26mq72k3j6ilanr0qwh7r7xak8kk2wcn")))) - (arguments - `(#:cargo-inputs - (("rust-bytes" ,rust-bytes-0.4) - ("rust-http" ,rust-http-0.1)))))) - (define-public rust-hickory-client-0.24 (package (name "rust-hickory-client") |