python3Packages.lifelines: 0.30.2 -> 0.30.3

This commit is contained in:
R. Ryantm
2026-03-12 17:54:35 +00:00
parent 221e47bab5
commit fd40edff85
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "lifelines";
version = "0.30.2";
version = "0.30.3";
pyproject = true;
src = fetchFromGitHub {
owner = "CamDavidsonPilon";
repo = "lifelines";
tag = "v${version}";
hash = "sha256-g7XgUxKBn5T0RTOXYFwL1Jum4QelhDJ9bZTafboxjtA=";
hash = "sha256-A9MsQN/JGCQ4cYNIZI5LBKpRb44uI/SM8eT4/nKpsXQ=";
};
build-system = [ setuptools ];