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.8.15.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.15.
This commit is contained in:
Ben Woodcroft 2016-07-18 00:06:21 +10:00
parent 67eb38572f
commit 7593e50b26
No known key found for this signature in database
GPG key ID: E44DCCD146E0CCF4

View file

@ -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