mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: rust-bio-types-0.12: Order alphabetically.
* gnu/packages/crates-io.scm (rust-bio-types-0.12): Order. Change-Id: Ie85a1519fae7e5c3ac15f6ee1420452b2eba8546 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
dc72accae6
commit
998fa5ef4d
1 changed files with 22 additions and 22 deletions
|
@ -8330,28 +8330,6 @@ (define-public rust-bio-types-1
|
|||
rust-bio and rust-htslib.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-bio-types-0.12
|
||||
(package
|
||||
(inherit rust-bio-types-1)
|
||||
(name "rust-bio-types")
|
||||
(version "0.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bio-types" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1dmcjwky9fszmwwg7ywv52xhz93zibsgl7nj9x7gadvz8yb45g0k"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-derive-new" ,rust-derive-new-0.5)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-petgraph" ,rust-petgraph-0.6)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-strum-macros" ,rust-strum-macros-0.21)
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-bio-1
|
||||
(package
|
||||
(name "rust-bio")
|
||||
|
@ -8561,6 +8539,28 @@ (define-public rust-bio-0.41
|
|||
("rust-rand" ,rust-rand-0.8)
|
||||
("rust-tempfile" ,rust-tempfile-3))))))
|
||||
|
||||
(define-public rust-bio-types-0.12
|
||||
(package
|
||||
(inherit rust-bio-types-1)
|
||||
(name "rust-bio-types")
|
||||
(version "0.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bio-types" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1dmcjwky9fszmwwg7ywv52xhz93zibsgl7nj9x7gadvz8yb45g0k"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-derive-new" ,rust-derive-new-0.5)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-petgraph" ,rust-petgraph-0.6)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-strum-macros" ,rust-strum-macros-0.21)
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-bit-field-0.10
|
||||
(package
|
||||
(name "rust-bit-field")
|
||||
|
|
Loading…
Reference in a new issue