python310Packages.mplhep: 0.3.28 -> 0.3.31

This commit is contained in:
R. Ryantm 2023-10-14 17:30:25 +00:00 committed by Dmitry Kalinkin
parent ee5fa083ee
commit e36211cb35

View file

@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "mplhep";
version = "0.3.28";
version = "0.3.31";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-/7nfjIdlYoouDOI1vXdr9BSml5gpE0gad7ONAUmOCiE=";
hash = "sha256-aZwazbDljRncB2p7qD95Cms0uQBU8tciUrXcKpsyVTM=";
};
nativeBuildInputs = [