gnu: rust-bitvec-0.19: Inherit from rust-bitvec-0.22.
* gnu/packages/crates-io.scm (rust-bitvec-0.19): Inherit from rust-bitvec-0.22. [source]: Fix formatting. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
parent
7c9644c84d
commit
e443927102
|
@ -6468,6 +6468,7 @@ streams in big-endian and little-endian formats.")
|
||||||
|
|
||||||
(define-public rust-bitvec-0.19
|
(define-public rust-bitvec-0.19
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-bitvec-0.22)
|
||||||
(name "rust-bitvec")
|
(name "rust-bitvec")
|
||||||
(version "0.19.4")
|
(version "0.19.4")
|
||||||
(source
|
(source
|
||||||
|
@ -6479,7 +6480,6 @@ streams in big-endian and little-endian formats.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10bz751jbsy8fj203ibjwil07p2fwfzvx7b326wfssaravlkbfm7"))))
|
"10bz751jbsy8fj203ibjwil07p2fwfzvx7b326wfssaravlkbfm7"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-funty" ,rust-funty-1)
|
(("rust-funty" ,rust-funty-1)
|
||||||
|
@ -6492,12 +6492,7 @@ streams in big-endian and little-endian formats.")
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-serde-json" ,rust-serde-json-1)
|
("rust-serde-json" ,rust-serde-json-1)
|
||||||
("rust-serde-test" ,rust-serde-test-1)
|
("rust-serde-test" ,rust-serde-test-1)
|
||||||
("rust-static-assertions" ,rust-static-assertions-1))))
|
("rust-static-assertions" ,rust-static-assertions-1))))))
|
||||||
(home-page "https://myrrlyn.net/crates/bitvec")
|
|
||||||
(synopsis "Manipulate memory, bit by bit")
|
|
||||||
(description
|
|
||||||
"This package provides a crate for manipulating memory, bit by bit.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-blake2-0.9
|
(define-public rust-blake2-0.9
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue