gnu: rust-seq-io-0.3: Update to 0.3.2.
* gnu/packages/crates-io.scm (rust-seq-io-0.3): Update to 0.3.2. [cargo-inputs]: Add rust-buffer-redux-1. Remove rust-buf-redux-0.8. [cargo-development-inputs]: Add rust-rand-distr-0.4. Replace rust-bio-0.32 with 1, rust-criterion-0.3 with 0.5, rust-rand-0.7 with 0.8, rust-rand-isaac-0.2 with 0.3. Change-Id: I88880ed6807afec1257ebd669dfd2e902382814b
This commit is contained in:
parent
1435500422
commit
9b577b3b0a
1 changed files with 9 additions and 10 deletions
|
|
@ -70718,44 +70718,43 @@ thread. If any of these constraints is violated, a panic occurs.")
|
||||||
(define-public rust-seq-io-0.3
|
(define-public rust-seq-io-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-seq-io")
|
(name "rust-seq-io")
|
||||||
(version "0.3.1")
|
(version "0.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "seq_io" version))
|
(uri (crate-uri "seq_io" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1r643ihyba62vbr5l085mzz3gzfy4iba33nm2l981smvwcb8rzf6"))))
|
(base32 "173y343wfwxv08ifn65pfcw7y9ghrs9by78d6dnwbcgbppx17cl6"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-buf-redux" ,rust-buf-redux-0.8)
|
(("rust-buffer-redux" ,rust-buffer-redux-1)
|
||||||
("rust-crossbeam" ,rust-crossbeam-0.8)
|
("rust-crossbeam" ,rust-crossbeam-0.8)
|
||||||
("rust-memchr" ,rust-memchr-2)
|
("rust-memchr" ,rust-memchr-2)
|
||||||
("rust-scoped-threadpool" ,rust-scoped-threadpool-0.1)
|
("rust-scoped-threadpool" ,rust-scoped-threadpool-0.1)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-serde-derive" ,rust-serde-derive-1))
|
("rust-serde-derive" ,rust-serde-derive-1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-bio" ,rust-bio-0.32)
|
(("rust-bio" ,rust-bio-1)
|
||||||
("rust-criterion" ,rust-criterion-0.3)
|
("rust-criterion" ,rust-criterion-0.5)
|
||||||
("rust-fastq" ,rust-fastq-0.6)
|
("rust-fastq" ,rust-fastq-0.6)
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
("rust-matches" ,rust-matches-0.1)
|
("rust-matches" ,rust-matches-0.1)
|
||||||
("rust-rand" ,rust-rand-0.7)
|
("rust-rand" ,rust-rand-0.8)
|
||||||
("rust-rand-isaac" ,rust-rand-isaac-0.2))))
|
("rust-rand-distr" ,rust-rand-distr-0.4)
|
||||||
|
("rust-rand-isaac" ,rust-rand-isaac-0.3))))
|
||||||
(inputs
|
(inputs
|
||||||
(list zlib))
|
(list zlib))
|
||||||
(home-page "https://github.com/markschl/seq_io")
|
(home-page "https://github.com/markschl/seq_io")
|
||||||
(synopsis "Fast FASTA, FASTQ and FASTX parsing")
|
(synopsis "Fast FASTA, FASTQ and FASTX parsing")
|
||||||
(description "This library provides readers for the the following sequence
|
(description "This library provides readers for the the following sequence
|
||||||
formats:
|
formats:
|
||||||
|
|
||||||
@itemize
|
@itemize
|
||||||
@item FASTA,
|
@item FASTA,
|
||||||
@item FASTQ (including multi-line FASTQ),
|
@item FASTQ (including multi-line FASTQ),
|
||||||
@item FASTX: Automatic recognition of the sequence format (either FASTA or FASTQ).
|
@item FASTX: Automatic recognition of the sequence format (either FASTA or FASTQ).
|
||||||
@end itemize
|
@end itemize")
|
||||||
")
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-seq-macro-0.2
|
(define-public rust-seq-macro-0.2
|
||||||
|
|
|
||||||
Reference in a new issue