gnu: Add rust-bit-vec-0.4.
* gnu/packages/crates-io.scm (rust-bit-vec-0.4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
58d743942c
commit
cdf0e84c34
|
@ -1787,6 +1787,24 @@ that uses Serde for transforming structs into bytes and vice versa!")
|
||||||
"This package provides a vector of bits.")
|
"This package provides a vector of bits.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-bit-vec-0.4
|
||||||
|
(package
|
||||||
|
(inherit rust-bit-vec-0.5)
|
||||||
|
(name "rust-bit-vec")
|
||||||
|
(version "0.4.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "bit-vec" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0pw902a8ail0k64a7092a8vngfzsq7xkj2r22hz6q1z62s5zzd02"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-development-inputs
|
||||||
|
(("rust-rand" ,rust-rand-0.3))))))
|
||||||
|
|
||||||
(define-public rust-bitflags-1
|
(define-public rust-bitflags-1
|
||||||
(package
|
(package
|
||||||
(name "rust-bitflags")
|
(name "rust-bitflags")
|
||||||
|
|
Reference in New Issue