diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2016-07-10 22:31:32 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-07-10 22:32:57 +1000 |
commit | 7f575d3e56539689517117b51401c39489bb3685 (patch) | |
tree | d6464bf66c1a57a48319cc1769b7775289eb699c | |
parent | 0e74bb5bd6fe9e1839484edaaec98dbcefbdfdc7 (diff) | |
download | patches-7f575d3e56539689517117b51401c39489bb3685.tar patches-7f575d3e56539689517117b51401c39489bb3685.tar.gz |
gnu: diamond: Update to 0.8.12.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.12.
-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 23a4470d7a..5ab3bcc3ae 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1523,7 +1523,7 @@ identify enrichments with functional annotations of the genome.") (define-public diamond (package (name "diamond") - (version "0.8.11") + (version "0.8.12") (source (origin (method url-fetch) (uri (string-append @@ -1532,7 +1532,7 @@ identify enrichments with functional annotations of the genome.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0xfpnr9y97j7q226yr201rfrnn636469dj7nkq66ggh8dl3d0p98")))) + "09gh6qy0xi9prgxnhc99yz26fmpa058sphwmwq9g6lh5im3lscvr")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no "check" target |