mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-26 20:20:32 +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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user