python312Packages.mplhep: 0.3.57 -> 0.3.58

This commit is contained in:
R. Ryantm
2025-03-18 14:24:08 -04:00
committed by Dmitry Kalinkin
parent 6108bd299c
commit 2537db102e
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "mplhep";
version = "0.3.57";
version = "0.3.58";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "mplhep";
tag = "v${version}";
hash = "sha256-R0H/gp/8q6bUB2jCZUKiywz1fNQbzzRsuvjTQz0DeAo=";
hash = "sha256-d2dVOWR982QxAe6JVLyRIafA6x7CcNBO155cXMkCbYk=";
};
build-system = [