python311Packages.mplhep: 0.3.31 -> 0.3.32 (#283966)

This commit is contained in:
R. RyanTM 2024-01-26 08:46:01 -08:00 committed by GitHub
parent de9d0ca71a
commit fedc949f84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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