Add checksum for py-mplhep 0.3.26 (#33101)
This commit is contained in:
		| @@ -12,12 +12,15 @@ class PyMplhep(PythonPackage): | |||||||
|     homepage = "https://github.com/scikit-hep/mplhep" |     homepage = "https://github.com/scikit-hep/mplhep" | ||||||
|     pypi = "mplhep/mplhep-0.3.15.tar.gz" |     pypi = "mplhep/mplhep-0.3.15.tar.gz" | ||||||
| 
 | 
 | ||||||
|  |     version("0.3.26", sha256="d707a95ce59b0bac2fe4fe1c57fede14e15da639f3a7c732e7513a753fd9e9ac") | ||||||
|     version("0.3.15", sha256="595f796ea65930094e86a805214e0d44537ead267a7487ae16eda02d1670653e") |     version("0.3.15", sha256="595f796ea65930094e86a805214e0d44537ead267a7487ae16eda02d1670653e") | ||||||
| 
 | 
 | ||||||
|     depends_on("python@3.7:", type=("build", "run")) |     depends_on("python@3.7:", type=("build", "run")) | ||||||
|     depends_on("py-setuptools@39.2:", type="build") |     depends_on("py-setuptools@39.2:", type="build") | ||||||
|     depends_on("py-mplhep-data", type=("build", "run")) |     depends_on("py-setuptools@42:", when="@0.3.26:", type="build") | ||||||
|  |     depends_on("py-setuptools-scm@3.4:+toml", when="@0.3.2:", type="build") | ||||||
|     depends_on("py-matplotlib@3.4:", type=("build", "run")) |     depends_on("py-matplotlib@3.4:", type=("build", "run")) | ||||||
|  |     depends_on("py-mplhep-data", type=("build", "run")) | ||||||
|     depends_on("py-numpy@1.16.0:", type=("build", "run")) |     depends_on("py-numpy@1.16.0:", type=("build", "run")) | ||||||
|     depends_on("py-packaging", type=("build", "run")) |     depends_on("py-packaging", type=("build", "run")) | ||||||
|     depends_on("py-uhi@0.2.0:", type=("build", "run")) |     depends_on("py-uhi@0.2.0:", type=("build", "run")) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 iarspider
					iarspider