python311Packages.mplhep: 0.3.44 -> 0.3.46

This commit is contained in:
R. Ryantm 2024-04-08 17:12:48 +00:00 committed by Dmitry Kalinkin
parent 41ea0bbbd6
commit acfc5c448e

View file

@ -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 = [