me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2023-03-09 18:33:08 +02:00
parent 37b30310e3
commit 6cd87464bb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 7 deletions

View File

@ -7079,7 +7079,7 @@ types.")
(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 @@ types.")
(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