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

gnu: Remove rust-headers-core-0.1.

* gnu/packages/crates-web.scm (rust-headers-core-0.1): Delete variable.

Change-Id: Ie6556810a2cf4b786ba84e4f94a3cdc405aa3c10
This commit is contained in:
Efraim Flashner 2024-12-31 12:40:27 +02:00
parent 1ce82e627d
commit 28f10171bc
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3501,23 +3501,6 @@ similar to the nom parser combinators library.")
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs (("rust-http" ,rust-http-0.2)))))) #: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 (define-public rust-hickory-client-0.24
(package (package
(name "rust-hickory-client") (name "rust-hickory-client")