python310Packages.life360: 5.2.0 -> 5.2.1

This commit is contained in:
R. Ryantm 2022-10-23 05:35:16 +00:00
parent 963072bce5
commit e03c0fe010

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "life360";
version = "5.2.0";
version = "5.2.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "pnbruckner";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-FLYqTuH/r56mbeOsgXgcLbKtQMiHnRpccDcdDiB0YMo=";
hash = "sha256-yhOqiLozeqPjl5ZBgPaMuZ2fJeOwhI460p9x7i1hVuM=";
};
propagatedBuildInputs = [