Add checksum for py-uhi 0.3.1 (#33043)

This commit is contained in:
iarspider 2022-10-06 16:51:28 +02:00 committed by GitHub
parent e67a19cb36
commit 38b50079e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,9 +13,11 @@ class PyUhi(PythonPackage):
homepage = "https://github.com/Scikit-HEP/uhi"
pypi = "uhi/uhi-0.3.0.tar.gz"
version("0.3.1", sha256="6f1ebcadd1d0628337a30b012184325618047abc01c3539538b1655c69101d91")
version("0.3.0", sha256="3f441bfa89fae11aa762ae1ef1b1b454362d228e9084477773ffb82d6e9f5d2c")
depends_on("python@3.6:", type=("build", "run"))
depends_on("py-numpy@1.13.3:", type=("build", "run"))
depends_on("py-typing-extensions@3.7:", type=("build", "run"), when="^python@:3.7")
depends_on("py-poetry-core@1:", type="build")
depends_on("py-poetry-core@1:", when="@:0.3.0", type="build")
depends_on("py-flit-core@3.2:", when="@0.3.1:", type="build")