Merge pull request #199567 from fabaff/life360-bump

python310Packages.life360: 5.2.1 -> 5.3.0
This commit is contained in:
Fabian Affolter 2022-11-04 23:58:30 +01:00 committed by GitHub
commit 08ecf68a3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [