python310Packages.life360: 5.2.1 -> 5.3.0

This commit is contained in:
Fabian Affolter 2022-11-04 21:59:46 +01:00
parent 3bd44d7597
commit c3995566dc

View File

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