Skip to content
Snippets Groups Projects
Unverified Commit 463f41e6 authored by Gabriel Arazas's avatar Gabriel Arazas Committed by Efraim Flashner
Browse files

gnu: Add rust-bit-set-0.4.


* gnu/packages/crates-io.scm (rust-bit-set-0.4): New variable.

Signed-off-by: default avatarEfraim Flashner <efraim@flashner.co.il>
parent cdf0e84c
No related branches found
No related tags found
No related merge requests found
...@@ -1761,6 +1761,27 @@ (define-public rust-bit-set-0.5 ...@@ -1761,6 +1761,27 @@ (define-public rust-bit-set-0.5
"This package provides a set of bits.") "This package provides a set of bits.")
(license (list license:asl2.0 license:expat)))) (license (list license:asl2.0 license:expat))))
   
(define-public rust-bit-set-0.4
(package
(inherit rust-bit-set-0.5)
(name "rust-bit-set")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "bit-set" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0320hhcbr73yzjpj2237vw2zq728yg7vmzb8dardg04ff4263gyr"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-bit-vec" ,rust-bit-vec-0.4))
#:cargo-development-inputs
(("rust-rand" ,rust-rand-0.3))))))
(define-public rust-bit-vec-0.5 (define-public rust-bit-vec-0.5
(package (package
(name "rust-bit-vec") (name "rust-bit-vec")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment