summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Woodcroft <donttrustben@gmail.com>2016-07-18 00:06:21 +1000
committerBen Woodcroft <donttrustben@gmail.com>2016-07-18 00:06:21 +1000
commit7593e50b2635330edb5e82aa767dac7c12d92660 (patch)
tree6b8b97015ba0e5956bd5cc0a0c35c657a89f2ce7
parent67eb38572f62f1e9a6083c403f87bc0966f2b9e8 (diff)
downloadguix-patches-7593e50b2635330edb5e82aa767dac7c12d92660.tar
guix-patches-7593e50b2635330edb5e82aa767dac7c12d92660.tar.gz
gnu: diamond: Update to 0.8.15.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.15.
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b1596b6670..1cbf85ff6c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1568,7 +1568,7 @@ identify enrichments with functional annotations of the genome.")
(define-public diamond
(package
(name "diamond")
- (version "0.8.12")
+ (version "0.8.15")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1577,7 +1577,7 @@ identify enrichments with functional annotations of the genome.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "09gh6qy0xi9prgxnhc99yz26fmpa058sphwmwq9g6lh5im3lscvr"))))
+ "14n0p28b4i5j8vvz1fl4xj1gxnpg98bj0kr3i90mhn7miwr4pkpw"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ; no "check" target