python311Packages.mplhep: 0.3.34 -> 0.3.35

This commit is contained in:
R. Ryantm 2024-02-26 17:07:42 +00:00 committed by Dmitry Kalinkin
parent 7b9f4b6feb
commit 3b418eb47a

View File

@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "mplhep";
version = "0.3.34";
version = "0.3.35";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-B7pCC3n5b/cDBRDcg+p53RTad8N8iwqsLyxFA4Pm5fM=";
hash = "sha256-0l89Vh/vmi8kHeNer2ExGE1ehn1Kw3AbEUm8C55a92w=";
};
nativeBuildInputs = [