python311Packages.mplhep: 0.3.41 -> 0.3.44

This commit is contained in:
R. Ryantm 2024-04-02 20:02:08 +00:00 committed by Dmitry Kalinkin
parent d9bb2c0160
commit 68a93a152b

View File

@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "mplhep";
version = "0.3.41";
version = "0.3.44";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-1L9e2A2u+4+QEWJW2ikuENLD0x5Khjfr7I6p+Vt4nwE=";
hash = "sha256-UyHjNtkULBzsa76ky+6zgjErXKCfnn2oaJPjG47Pgqw=";
};
nativeBuildInputs = [