python312Packages.mplhep: 0.3.58 -> 0.3.59 (#394370)

This commit is contained in:
R. RyanTM
2025-03-30 23:15:00 -04:00
committed by GitHub
parent 3c1ae46987
commit ed2073bf6a
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "mplhep";
version = "0.3.58";
version = "0.3.59";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "mplhep";
tag = "v${version}";
hash = "sha256-d2dVOWR982QxAe6JVLyRIafA6x7CcNBO155cXMkCbYk=";
hash = "sha256-Xanj2AkFRq/zu2ntTHVt1QkikN0bYfRcBj6CBho15os=";
};
build-system = [