mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 02:47:39 +00:00
python311Packages.life360: 7.0.0 -> 7.0.1
This commit is contained in:
parent
c77a089983
commit
0e20d12d8c
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user