python310Packages.life360: 5.1.0 -> 5.1.1

This commit is contained in:
R. Ryantm 2022-09-17 04:37:20 +00:00
parent d9a1414346
commit 507e65b5db

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "life360";
version = "5.1.0";
version = "5.1.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "pnbruckner";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-/daZ/R3qhdPfvdGra0W0rEEXl6Bux5O8oTuEuCkO3bE=";
hash = "sha256-Fsv0lK0C9suVqgeaxKVuyAacHzHJJ1FHXzzy95RnhWw=";
};
propagatedBuildInputs = [