mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: rust-bit-set-0.5: Update to 0.5.3.
* gnu/packages/crates-io.scm (rust-bit-set-0.5): Update to 0.5.3. [arguments]: Don't skip build. [cargo-inputs]: Replace rust-bit-vec-0.5 with 0.6. [cargo-development-inputs]: Replace rust-rand-0.4 with 0.3.
This commit is contained in:
parent
37b30310e3
commit
6cd87464bb
1 changed files with 5 additions and 7 deletions
|
@ -7079,7 +7079,7 @@ (define-public rust-bit-field-0.10
|
||||||
(define-public rust-bit-set-0.5
|
(define-public rust-bit-set-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-bit-set")
|
(name "rust-bit-set")
|
||||||
(version "0.5.1")
|
(version "0.5.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7087,15 +7087,13 @@ (define-public rust-bit-set-0.5
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1wcm9vxi00ma4rcxkl3pzzjli6ihrpn9cfdi0c5b4cvga2mxs007"))))
|
||||||
"100ac8867bvbx9kv634w4xjk98b71i8nq4wdcvpf3cf4ha4j6k78"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
(("rust-bit-vec" ,rust-bit-vec-0.6))
|
||||||
(("rust-bit-vec" ,rust-bit-vec-0.5))
|
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-rand" ,rust-rand-0.4))))
|
(("rust-rand" ,rust-rand-0.3))))
|
||||||
(home-page "https://github.com/contain-rs/bit-set")
|
(home-page "https://github.com/contain-rs/bit-set")
|
||||||
(synopsis "Set of bits")
|
(synopsis "Set of bits")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue