gnu: Add rust-chunked-transfer-0.3.
* gnu/packages/crates-io.scm (rust-chunked-transfer-0.3): New variable.
This commit is contained in:
parent
52854c2158
commit
6c8bc70dda
@ -5908,6 +5908,26 @@ chain, the first matching branch is the item that gets emitted.")
|
||||
TimeZone trait for @code{rust-chrono}.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-chunked-transfer-0.3
|
||||
(package
|
||||
(name "rust-chunked-transfer")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "chunked_transfer" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "11yghnd24w0i9p8g368c3pg7qh9nfz7kgri6pywja9pnmakj13a9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/frewsxcv/rust-chunked-transfer")
|
||||
(synopsis "Encoder and decoder for HTTP chunked transfer coding")
|
||||
(description
|
||||
"This package provides an encoder and decoder for HTTP chunked transfer
|
||||
coding.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-ci-info-0.3
|
||||
(package
|
||||
(name "rust-ci-info")
|
||||
|
Loading…
Reference in New Issue
Block a user