python311Packages.hist: 2.7.2 -> 2.7.3

This commit is contained in:
R. Ryantm 2024-06-10 09:24:51 +00:00 committed by Dmitry Kalinkin
parent 1cfca0152e
commit 42a4956c2a

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "hist";
version = "2.7.2";
version = "2.7.3";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-JrGrgQ2LECIttdFh1KyvZKqgT+a6rtKWbUHB2sVgHQY=";
hash = "sha256-+fm1aAmxkLtUZph4nMDX0ECTT8UUHSdjxuSdZegdvAs=";
};
buildInputs = [