gnu: metabat: Update to 2.11.2.

* gnu/packages/bioinformatics.scm (metabat): Update to 2.11.2.
This commit is contained in:
Ben Woodcroft 2017-07-29 22:33:35 +10:00
parent 0e016722ee
commit a9085f0c5c
No known key found for this signature in database
GPG Key ID: 2A6AD9F4AAC20DF6
1 changed files with 2 additions and 2 deletions

View File

@ -3469,7 +3469,7 @@ form of assemblies or reads.")
(define-public metabat
(package
(name "metabat")
(version "2.11.1")
(version "2.11.2")
(source
(origin
(method url-fetch)
@ -3478,7 +3478,7 @@ form of assemblies or reads.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0ll00l81aflscgggs5nfhj12cbvdiz3gg7f7n5f537a3xhx60vn9"))
"0rws9r1ziv6way8cf49jg8bzj7x2131kfqkhj8byf0z5hnrq3bwv"))
(patches (search-patches "metabat-remove-compilation-date.patch"
"metabat-fix-compilation.patch"))))
(build-system gnu-build-system)