python312Packages.lifelines: 0.29.0 -> 0.30.0 (#352142)

This commit is contained in:
Nick Cao
2024-10-30 09:17:44 -04:00
committed by GitHub

View File

@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "lifelines";
version = "0.29.0";
version = "0.30.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "CamDavidsonPilon";
repo = "lifelines";
rev = "refs/tags/v${version}";
hash = "sha256-9ZmecbFjUnWGNf4P3yphiMqG+/ktOYyvMtoZ6sEp1xY=";
hash = "sha256-rbt0eON8Az5jDvj97RDn3ppWyjbrSa/xumbwhq21g6g=";
};
propagatedBuildInputs = [