python311Packages.mplhep: 0.3.44 -> 0.3.46

This commit is contained in:
R. Ryantm
2024-04-08 13:41:54 -04:00
committed by Dmitry Kalinkin
parent 41ea0bbbd6
commit acfc5c448e
@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "mplhep";
version = "0.3.44";
version = "0.3.46";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-UyHjNtkULBzsa76ky+6zgjErXKCfnn2oaJPjG47Pgqw=";
hash = "sha256-MEYIvKwQLbQPgaEEpSXs6v1MUQ/txzU8D0Ivd/6TlMw=";
};
nativeBuildInputs = [