Add checksum for py-histoprint 2.4.0 (#33017)

This commit is contained in:
iarspider 2022-10-06 10:22:00 +02:00 committed by GitHub
parent 0ae46519ba
commit aab5bcf05a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PyHistoprint(PythonPackage):
homepage = "https://github.com/scikit-hep/histoprint"
pypi = "histoprint/histoprint-2.2.0.tar.gz"
version("2.4.0", sha256="328f789d186e3bd76882d57b5aad3fa08c7870a856cc83bcdbad9f4aefbda94d")
version("2.2.0", sha256="ef8b65f7926aaa989f076857b76291175245dd974804b408483091d1e28b00f6")
depends_on("python@3.6:", type=("build", "run"))