preseq: add v2.0.3 (#37528)

This commit is contained in:
Alec Scott 2023-05-15 13:49:47 -07:00 committed by GitHub
parent d784227603
commit 50ce0a25b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ class Preseq(MakefilePackage):
homepage = "https://github.com/smithlabcode/preseq"
url = "https://github.com/smithlabcode/preseq/releases/download/v2.0.2/preseq_v2.0.2.tar.bz2"
version("2.0.3", sha256="747ddd4227515a96a45fcff0709f26130386bff3458c829c7bc1f3306b4f3d91")
version("2.0.2", sha256="1d7ea249bf4e5826e09697256643e6a2473bc302cd455f31d4eb34c23c10b97c")
depends_on("samtools")