mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
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>
This commit is contained in:
parent
58d743942c
commit
cdf0e84c34
1 changed files with 18 additions and 0 deletions
|
@ -1787,6 +1787,24 @@ (define-public rust-bit-vec-0.5
|
||||||
"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")
|
||||||
|
|
Loading…
Reference in a new issue