python312Packages.lifelines: 0.28.0 -> 0.29.0

This commit is contained in:
R. Ryantm
2024-07-13 13:24:15 +00:00
parent bd24e293f2
commit 6bf8475e76
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "lifelines";
version = "0.28.0";
version = "0.29.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "CamDavidsonPilon";
repo = "lifelines";
rev = "refs/tags/v${version}";
hash = "sha256-6j+RgKeBCvpcREf7j8NE2x+IUI/LaoT6jsnHny4ccVo=";
hash = "sha256-9ZmecbFjUnWGNf4P3yphiMqG+/ktOYyvMtoZ6sEp1xY=";
};
propagatedBuildInputs = [