Add checksum for py-hep-ml 0.7.1 (#33091)

This commit is contained in:
iarspider 2022-10-09 19:10:43 +02:00 committed by GitHub
parent e5414ed9cc
commit 01a54dd616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PyHepMl(PythonPackage):
homepage = "https://github.com/arogozhnikov/hep_ml"
pypi = "hep_ml/hep_ml-0.7.0.tar.gz"
version("0.7.1", sha256="f13635dac09ffc32ae276af9c58ebf93c593dae3da25c4e456e10e965708320b")
version("0.7.0", sha256="0402037064d78f5723106b385ad5f20df8f67cb312c57cb4ce3839c5616f328e")
depends_on("py-setuptools", type="build")