gnu: Remove rust-http-req-0.5.
* gnu/packages/crates-io.scm (rust-http-req-0.5): Delete variable.
parent
1a12914092
commit
c1c84794f8
|
@ -28552,33 +28552,6 @@ HTTP request or response body.")
|
|||
(description "This package provides types and traits for HTTP clients.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-http-req-0.5
|
||||
(package
|
||||
(name "rust-http-req")
|
||||
(version "0.5.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "http_req" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qaw43nwvvxbnqddxhb9fh9316dn64nmkzj08pq8n49qdy51xrys"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
;; Haven't packaged rustls and webpki because of license
|
||||
(("rust-native-tls" ,rust-native-tls-0.2)
|
||||
("rust-unicase" ,rust-unicase-2))))
|
||||
(home-page "https://github.com/jayjamesjay/http_req")
|
||||
(synopsis
|
||||
"HTTP client with built-in HTTPS support")
|
||||
(description
|
||||
"Simple and lightweight HTTP client with built-in HTTPS support.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-http-types-2
|
||||
(package
|
||||
(name "rust-http-types")
|
||||
|
|
Reference in New Issue