diff options
author | Efraim Flashner | 2022-11-30 10:54:03 +0200 |
---|---|---|
committer | Efraim Flashner | 2022-11-30 10:54:03 +0200 |
commit | a8481f8fda599be8af4c14663cc57e538f8117c3 (patch) | |
tree | 2622a23a5f6d94f9bc195a455542116f16c2ffcc /gn/packages/bioinformatics.scm | |
parent | ad6055084e48faa7563615c78392fcf469100140 (diff) | |
download | guix-bioinformatics-a8481f8fda599be8af4c14663cc57e538f8117c3.tar.gz |
gn: Remove upstreamed packages
Diffstat (limited to 'gn/packages/bioinformatics.scm')
-rw-r--r-- | gn/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 76b93d9..19cc1ff 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -489,7 +489,7 @@ reads.") (arguments `(#:install-source? #f #:cargo-inputs - (("rust-clap" ,rust-clap-3.1) + (("rust-clap" ,rust-clap-3) ("rust-rustc-hash" ,rust-rustc-hash-1) ("rust-regex" ,rust-regex-1) ("rust-handlegraph" ,rust-handlegraph-0.7) @@ -670,7 +670,7 @@ types of datasets: short genomes (viruses) as well as long (humans).") (("rust-bindgen" ,rust-bindgen-0.58) ("rust-bgzip" ,rust-bgzip-0.2) ("rust-byteorder" ,rust-byteorder-1) - ("rust-clap" ,rust-clap-3.1) + ("rust-clap" ,rust-clap-3) ("rust-cuckoofilter" ,rust-cuckoofilter-0.5) ("rust-flate2" ,rust-flate2-1) ("rust-libc" ,rust-libc-0.2) |