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:
Herman Rimm 2024-12-24 16:31:48 +01:00 committed by Efraim Flashner
parent dc72accae6
commit 998fa5ef4d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")