python3Packages.mplhep: 1.3.2 -> 1.3.3 (#553192)

This commit is contained in:
Nick Cao
2026-08-17 20:29:46 +00:00
committed by GitHub

View File

@@ -25,7 +25,7 @@
buildPythonPackage (finalAttrs: {
pname = "mplhep";
version = "1.3.2";
version = "1.3.3";
pyproject = true;
__structuredAttrs = true;
@@ -33,7 +33,7 @@ buildPythonPackage (finalAttrs: {
owner = "scikit-hep";
repo = "mplhep";
tag = "v${finalAttrs.version}";
hash = "sha256-EqHAj23PylGS+VTSMK2B80TXXj8CYTyWfkDqmFTMhGo=";
hash = "sha256-EiLhxkuHDxslz2HH/WIc20eYCJECXV414qnJdsUSVQY=";
};
build-system = [