gnu: rust-fsv-0.4: Update to 0.4.7.
* gnu/packages/crates-io.scm (rust-fsv-0.4): Update to 0.4.7. [arguments]: Don't skip build. <cargo-development-inputs>: New field. Add rust-doc-comment-0.3, rust-fnv-1, rust-memmap-0.7, rust-quickcheck-0.9, rust-rand-0.7.
This commit is contained in:
parent
2703daf6eb
commit
66f87ac273
1 changed files with 10 additions and 6 deletions
|
@ -23023,7 +23023,7 @@ macOS API for file changes notifications")
|
||||||
(define-public rust-fst-0.4
|
(define-public rust-fst-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-fst")
|
(name "rust-fst")
|
||||||
(version "0.4.0")
|
(version "0.4.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -23031,13 +23031,17 @@ macOS API for file changes notifications")
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "06mnksicgv9rp8b7w0ykkshf355l05zym3ygm74qr5z30ndmpf3s"))))
|
||||||
"0ybmdzkknhv1wx6ws86iyixfyzc04l4nm71b9va7953r1m3i6z1z"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
(("rust-utf8-ranges" ,rust-utf8-ranges-1))
|
||||||
(("rust-utf8-ranges" ,rust-utf8-ranges-1))))
|
#:cargo-development-inputs
|
||||||
|
(("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||||
|
("rust-fnv" ,rust-fnv-1)
|
||||||
|
("rust-memmap" ,rust-memmap-0.7)
|
||||||
|
("rust-quickcheck" ,rust-quickcheck-0.9)
|
||||||
|
("rust-rand" ,rust-rand-0.7))))
|
||||||
(home-page "https://github.com/BurntSushi/fst")
|
(home-page "https://github.com/BurntSushi/fst")
|
||||||
(synopsis "Represent sets or maps of large numbers of strings")
|
(synopsis "Represent sets or maps of large numbers of strings")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue