diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2016-07-07 17:54:45 +0800 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-07-07 18:21:10 +0800 |
commit | 7c7643a7f0ec9ffc41686d24b9d46e36d6af7811 (patch) | |
tree | eab2c6f8b0559a02996216d1bef85bfc847b7597 | |
parent | 0b166a75595385e3dd32240e3cb594217b612a71 (diff) | |
download | guix-7c7643a7f0ec9ffc41686d24b9d46e36d6af7811.tar.gz guix-7c7643a7f0ec9ffc41686d24b9d46e36d6af7811.zip |
gnu: diamond: Update to 0.8.11.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.11.
-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 4d2a132556..d090055cf9 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1489,7 +1489,7 @@ identify enrichments with functional annotations of the genome.") (define-public diamond (package (name "diamond") - (version "0.8.9") + (version "0.8.11") (source (origin (method url-fetch) (uri (string-append @@ -1498,7 +1498,7 @@ identify enrichments with functional annotations of the genome.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1g0j24qcx48mp04hbk0hpbvh0gbw5wmifpliyaq95zp4qwwcs5x4")))) + "0xfpnr9y97j7q226yr201rfrnn636469dj7nkq66ggh8dl3d0p98")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no "check" target |