3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: diamond: Update to 0.9.9.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.9.
This commit is contained in:
Ben J Woodcroft 2017-06-28 10:21:08 +10:00 committed by Ben Woodcroft
parent 18dea67dc3
commit a522517cdb
No known key found for this signature in database
GPG key ID: 2A6AD9F4AAC20DF6

View file

@ -2102,7 +2102,7 @@ identify enrichments with functional annotations of the genome.")
(define-public diamond (define-public diamond
(package (package
(name "diamond") (name "diamond")
(version "0.9.8") (version "0.9.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2111,7 +2111,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
"04f501vj3i95i2b4n60831k00ljalifrq33419bbz0y3sjlmcnj3")))) "04i03046g3l2vk9722z47r1p7j415g97vvz6d76ywmbawyiihcb1"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f ; no "check" target '(#:tests? #f ; no "check" target