gnu: diamond: Update to 0.9.12.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.12.
This commit is contained in:
Ben Woodcroft 2017-11-04 10:51:44 +10:00
parent d3f140218b
commit 171ba2480f
No known key found for this signature in database
GPG Key ID: 2A6AD9F4AAC20DF6
1 changed files with 2 additions and 2 deletions

View File

@ -2060,7 +2060,7 @@ identify enrichments with functional annotations of the genome.")
(define-public diamond (define-public diamond
(package (package
(name "diamond") (name "diamond")
(version "0.9.11") (version "0.9.12")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2069,7 +2069,7 @@ identify enrichments with functional annotations of the genome.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1yqil5531p35xkqa44x75vvq8s7w8kqjqn1p5hf1nh0d91j9ihby")))) "1zrnr59pqdg56wxfdx3xg4h4d8fa14cxq5kfmc3q88hxrj42rqgs"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f ; no "check" target '(#:tests? #f ; no "check" target