gnu: diamond: Update to 0.9.19.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.19.
This commit is contained in:
Ben Woodcroft 2018-03-17 12:19:24 +10:00
parent 315ed91efb
commit 9a40b8d9b2
No known key found for this signature in database
GPG key ID: 2A6AD9F4AAC20DF6

View file

@ -2033,7 +2033,7 @@ (define-public deeptools
(define-public diamond
(package
(name "diamond")
(version "0.9.18")
(version "0.9.19")
(source (origin
(method url-fetch)
(uri (string-append
@ -2042,7 +2042,7 @@ (define-public diamond
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1vi2nddmy7knrv8gsprwqp6a40k63n3f2dfvx22ipjhrg9xir96f"))))
"0c4y8l90vdxmglb0w37y0413v11qzcwg8sdmy9k0c0gr3bsq7dzs"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ; no "check" target