python3Packages.mplhep-data: 0.0.5 -> 0.1.0 (#454795)

This commit is contained in:
Dmitry Kalinkin
2026-06-12 17:31:33 +00:00
committed by GitHub
@@ -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 = [