isescan: add version 1.7.2.3 (#33675)

This commit is contained in:
snehring 2022-11-03 10:29:59 -05:00 committed by GitHub
parent 68a5fe84a7
commit 9925f3b779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,9 @@ class Isescan(Package):
genome and metagenome"""
homepage = "https://github.com/xiezhq/ISEScan"
url = "https://github.com/xiezhq/ISEScan/archive/v1.7.2.1.tar.gz"
url = "https://github.com/xiezhq/ISEScan/archive/refs/tags/v1.7.2.1.tar.gz"
version("1.7.2.3", sha256="90ef6bc660e471347f65864bd3563f769ed4b79b1a932195f353c5e86351ab05")
version("1.7.2.1", sha256="b971a3e86a8cddaa4bcd520ba9e75425bbe93190466f81a3791ae0cb4baf5e5d")
depends_on("python@3.3.3:", type="run")