Add checksum for py-identify 2.5.3 (#31935)

* Add checksum for py-identify 2.5.3

* Update package.py
This commit is contained in:
Jonathon Anderson 2022-08-04 17:57:48 -05:00 committed by GitHub
parent 6970beb647
commit 6cc5a657fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,9 @@ class PyIdentify(PythonPackage):
homepage = "https://github.com/chriskuehl/identify" homepage = "https://github.com/chriskuehl/identify"
pypi = "identify/identify-1.4.7.tar.gz" pypi = "identify/identify-1.4.7.tar.gz"
version("2.5.3", sha256="887e7b91a1be152b0d46bbf072130235a8117392b9f1828446079a816a05ef44")
version("1.4.7", sha256="d8919589bd2a5f99c66302fec0ef9027b12ae150b0b0213999ad3f695fc7296e") version("1.4.7", sha256="d8919589bd2a5f99c66302fec0ef9027b12ae150b0b0213999ad3f695fc7296e")
depends_on("python@2.7:2.8,3.4:", type=("build", "run")) depends_on("python@2.7:2.8,3.4:", type=("build", "run"))
depends_on("python@3.7:", type=("build", "run"), when="@2.4.5:")
depends_on("py-setuptools", type="build") depends_on("py-setuptools", type="build")