mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: Add rust-http-range-0.1.
* gnu/packages/crates-web.scm (rust-http-range-0.1): New variable. Change-Id: Id47ee1cbce0b30f311081f5433b62e05cf96a2df
This commit is contained in:
parent
dfd9688073
commit
83e8f2b87f
1 changed files with 19 additions and 0 deletions
|
@ -3556,6 +3556,25 @@ (define-public rust-http-client-6
|
|||
(description "This package provides types and traits for HTTP clients.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-http-range-0.1
|
||||
(package
|
||||
(name "rust-http-range")
|
||||
(version "0.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "http-range" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0wvm2p9jhbj6f9fbl1i7a0iz85nga37kx739v4p8fpqg27dwkpi1"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.3))))
|
||||
(home-page "https://github.com/bancek/rust-http-range.git")
|
||||
(synopsis "HTTP Range header parser")
|
||||
(description "This package provides HTTP Range header parser.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-http-range-header-0.4
|
||||
(package
|
||||
(name "rust-http-range-header")
|
||||
|
|
Loading…
Reference in a new issue