python3Packages.mplhep-data: 0.0.5 -> 0.1.0

This commit is contained in:
R. Ryantm
2026-06-12 09:37:24 +00:00
parent 22bd7614cd
commit 8e1adec4ae
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "mplhep-data";
version = "0.0.5";
version = "0.1.0";
pyproject = true;
src = fetchPypi {
pname = "mplhep_data";
inherit version;
hash = "sha256-TlxOrj5CN2LrPUrVQgYPG+fxIsGKFxZPf8/tz5Q/rH0=";
hash = "sha256-v5zcxlw6nOfY8OMHj/ZZ7z/P3hGeYloPcfIbBu2rxMk=";
};
nativeBuildInputs = [