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

python311Packages.life360: 7.0.0 -> 7.0.1
This commit is contained in:
Fabian Affolter 2024-05-24 22:38:58 +02:00 committed by GitHub
commit 8a1be53c94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];