python311Packages.mplhep: 0.3.33 -> 0.3.34

This commit is contained in:
R. Ryantm
2024-02-22 20:40:56 -05:00
committed by Dmitry Kalinkin
parent d217526378
commit f4e2bea85e
@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "mplhep";
version = "0.3.33";
version = "0.3.34";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-YTqiZCM5Dvsse+isQ4WSQgHfDGAVtmYVLHPR4Mmme6Q=";
hash = "sha256-B7pCC3n5b/cDBRDcg+p53RTad8N8iwqsLyxFA4Pm5fM=";
};
nativeBuildInputs = [