python3Packages.mplhep-data: 0.0.4 -> 0.0.5

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:35 +01:00
parent ade62b0aab
commit 3377bbd1e7
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "mplhep-data";
version = "0.0.4";
version = "0.0.5";
pyproject = true;
src = fetchPypi {
pname = "mplhep_data";
inherit version;
hash = "sha256-zR8606+dv/M67550BtITDWJKC9HVqllw/HE6ZCEWWk4=";
hash = "sha256-TlxOrj5CN2LrPUrVQgYPG+fxIsGKFxZPf8/tz5Q/rH0=";
};
nativeBuildInputs = [