Commit 0d071e65 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.lifelines: 0.29.0 -> 0.30.0

parent 09e2e586
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [