gnu: prodigal: Update to 2.6.3.
* gnu/packages/bioinformatics.scm (prodigal): Update to 2.6.3.
This commit is contained in:
parent
7fe8ad7616
commit
e70f7a2306
|
@ -2358,7 +2358,7 @@ generated using the PacBio Iso-Seq protocol.")
|
||||||
(define-public prodigal
|
(define-public prodigal
|
||||||
(package
|
(package
|
||||||
(name "prodigal")
|
(name "prodigal")
|
||||||
(version "2.6.2")
|
(version "2.6.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2367,7 +2367,7 @@ generated using the PacBio Iso-Seq protocol.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0m8sb0fg6lmxrlpzna0am6svbnlmd3dckrhgzxxgb3gxr5fyj284"))))
|
"17srxkqd3jc77xk15pfbgg1a9xahqg7337w95mrsia7mpza4l2c9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no check target
|
`(#:tests? #f ;no check target
|
||||||
|
|
Loading…
Reference in New Issue