diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2018-05-12 11:01:21 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2018-05-12 11:01:21 +1000 |
commit | 2c5289b2635c911b467455935d63cff78f53c60f (patch) | |
tree | 21a6a30ba1688eaf9bdd0082ac3ad96a78ada854 | |
parent | cbcdb777900618f0858e26c91415c603e2a44fb8 (diff) | |
download | patches-2c5289b2635c911b467455935d63cff78f53c60f.tar patches-2c5289b2635c911b467455935d63cff78f53c60f.tar.gz |
gnu: diamond: Update to 0.9.22.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.22.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 1996cfa3b3..7a121557db 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2079,7 +2079,7 @@ accurately delineate genomic rearrangements throughout the genome.") (define-public diamond (package (name "diamond") - (version "0.9.21") + (version "0.9.22") (source (origin (method url-fetch) (uri (string-append @@ -2088,7 +2088,7 @@ accurately delineate genomic rearrangements throughout the genome.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1cf98vcsiwcv3c4apg50w1240v1mpw0zln1sdw3g692dqa4y041z")))) + "0adp87r9ak63frdrdmrdfhsn6g0jnnyq1lr2wibvqbxcl37iir9m")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no "check" target |