Archived
1
0
Fork 0

gnu: rust-bio-types-0.12: Update to 0.12.1.

* gnu/packages/crates-io.scm (rust-bio-types-0.12): Update to 0.12.1.
[arguments]: Replace rust-petgraph-0.5 with rust-petgraph-0.6, and replace
rust-strum-macros-0.20 with rust-strum-macros-0.21.
This commit is contained in:
Ricardo Wurmus 2022-08-25 14:26:13 +02:00
parent 2d0f081f2d
commit e876e1b932
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6816,23 +6816,23 @@ bindings to C and C++ libraries.")
(define-public rust-bio-types-0.12 (define-public rust-bio-types-0.12
(package (package
(name "rust-bio-types") (name "rust-bio-types")
(version "0.12.0") (version "0.12.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "bio-types" version)) (uri (crate-uri "bio-types" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "0qww2l3hbxyayhpv16yxzayxxxmvq7wk3j64xsx9rigzzfbdjy9z")))) (base32 "1dmcjwky9fszmwwg7ywv52xhz93zibsgl7nj9x7gadvz8yb45g0k"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-derive-new" ,rust-derive-new-0.5) (("rust-derive-new" ,rust-derive-new-0.5)
("rust-lazy-static" ,rust-lazy-static-1) ("rust-lazy-static" ,rust-lazy-static-1)
("rust-petgraph" ,rust-petgraph-0.5) ("rust-petgraph" ,rust-petgraph-0.6)
("rust-regex" ,rust-regex-1) ("rust-regex" ,rust-regex-1)
("rust-serde" ,rust-serde-1) ("rust-serde" ,rust-serde-1)
("rust-strum-macros" ,rust-strum-macros-0.20) ("rust-strum-macros" ,rust-strum-macros-0.21)
("rust-thiserror" ,rust-thiserror-1)))) ("rust-thiserror" ,rust-thiserror-1))))
(home-page "https://rust-bio.github.io") (home-page "https://rust-bio.github.io")
(synopsis "Common biomedical types for use in rust-bio and rust-htslib") (synopsis "Common biomedical types for use in rust-bio and rust-htslib")