Commit fd40edff authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.lifelines: 0.30.2 -> 0.30.3

parent 221e47ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];