gnu: diamond: Update to 0.9.10.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.10.
This commit is contained in:
Ben Woodcroft 2017-08-15 18:49:33 +10:00
parent 3837108e40
commit 06f31e50b1
No known key found for this signature in database
GPG key ID: 2A6AD9F4AAC20DF6

View file

@ -2115,7 +2115,7 @@ (define-public deeptools
(define-public diamond (define-public diamond
(package (package
(name "diamond") (name "diamond")
(version "0.9.9") (version "0.9.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2124,7 +2124,7 @@ (define-public diamond
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"04i03046g3l2vk9722z47r1p7j415g97vvz6d76ywmbawyiihcb1")))) "13qqzwg54n5dqh8pm5n3v8x6gqbczzakphwwjix63qv60hcd5bqd"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f ; no "check" target '(#:tests? #f ; no "check" target