Unverified Commit 8a1be53c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #314358 from r-ryantm/auto-update/python311Packages.life360

python311Packages.life360: 7.0.0 -> 7.0.1
parents 5a9159a5 0e20d12d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "life360";
  version = "7.0.0";
  version = "7.0.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "pnbruckner";
    repo = "life360";
    rev = "refs/tags/v${version}";
    hash = "sha256-+fvzZ1IsPsXLTcfR7vrE4n1nF7CdvoL4BzDJMsDBZVY=";
    hash = "sha256-GkCs479lXcnCvb5guxyc+ZuZdiH4n8uD2VbkC+yijgg=";
  };

  build-system = [ setuptools ];