mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add rust-bytes-0.3.
* gnu/packages/crates-io.scm (rust-bytes-0.3): New variable.
This commit is contained in:
parent
15b6bb4198
commit
2ebb82cae3
1 changed files with 19 additions and 0 deletions
|
@ -1352,6 +1352,25 @@ (define-public rust-bytes-0.4
|
|||
"Types and traits for working with bytes.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-bytes-0.3
|
||||
(package
|
||||
(inherit rust-bytes-0.4)
|
||||
(name "rust-bytes")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bytes" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"09vcp9kh12pva2xn2ir79k90v1a0id8f4sdv1abn5ifw2bqsyaf1"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; Tests not distributed in crate.
|
||||
#:cargo-development-inputs
|
||||
(("rust-rand" ,rust-rand-0.3))))))
|
||||
|
||||
(define-public rust-c2-chacha-0.2
|
||||
(package
|
||||
(name "rust-c2-chacha")
|
||||
|
|
Loading…
Reference in a new issue