python311Packages.mplhep: 0.3.35 -> 0.3.41

This commit is contained in:
R. Ryantm 2024-03-09 17:40:50 +00:00 committed by Dmitry Kalinkin
parent 7e5bd39445
commit 45c5b512a8

View File

@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "mplhep";
version = "0.3.35";
version = "0.3.41";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-0l89Vh/vmi8kHeNer2ExGE1ehn1Kw3AbEUm8C55a92w=";
hash = "sha256-1L9e2A2u+4+QEWJW2ikuENLD0x5Khjfr7I6p+Vt4nwE=";
};
nativeBuildInputs = [