GNU bug report logs -
#70606
[PATCH rust-team 001/101] gnu: Place rust-xxhash-rust-0.8 in alphabetical order.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Sat, 27 Apr 2024 12:25:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #374 received at 70606 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-bio-types-1): Order.
Change-Id: Idd08cc1d7d7310be0b7b1293d3c744795a16dc34
---
gnu/packages/crates-io.scm | 56 +++++++++++++++++++-------------------
1 file changed, 28 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a5c41a39bd..28a3de591a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8302,34 +8302,6 @@ (define-public rust-bindgen-0.37
("rust-regex" ,rust-regex-1)
("rust-which" ,rust-which-1))))))
-(define-public rust-bio-types-1
- (package
- (name "rust-bio-types")
- (version "1.0.4")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "bio-types" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0zmdcvj44a088larkahcic5z61cwn2x80iym0w14albzid7zbp7l"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs (("rust-clap" ,rust-clap-3)
- ("rust-derive-new" ,rust-derive-new-0.6)
- ("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.25)
- ("rust-thiserror" ,rust-thiserror-1))))
- (home-page "https://rust-bio.github.io")
- (synopsis "Common biomedical types for use in rust-bio and rust-htslib")
- (description
- "This package provides a collection of common biomedical types for use in
-rust-bio and rust-htslib.")
- (license license:expat)))
-
(define-public rust-bio-1
(package
(name "rust-bio")
@@ -8539,6 +8511,34 @@ (define-public rust-bio-0.41
("rust-rand" ,rust-rand-0.8)
("rust-tempfile" ,rust-tempfile-3))))))
+(define-public rust-bio-types-1
+ (package
+ (name "rust-bio-types")
+ (version "1.0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "bio-types" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0zmdcvj44a088larkahcic5z61cwn2x80iym0w14albzid7zbp7l"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-clap" ,rust-clap-3)
+ ("rust-derive-new" ,rust-derive-new-0.6)
+ ("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.25)
+ ("rust-thiserror" ,rust-thiserror-1))))
+ (home-page "https://rust-bio.github.io")
+ (synopsis "Common biomedical types for use in rust-bio and rust-htslib")
+ (description
+ "This package provides a collection of common biomedical types for use in
+rust-bio and rust-htslib.")
+ (license license:expat)))
+
(define-public rust-bio-types-0.12
(package
(inherit rust-bio-types-1)
--
2.45.2
This bug report was last modified 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.