Merge pull request #165089 from r-ryantm/auto-update/python310Packages.simplisafe-python

python310Packages.simplisafe-python: 2022.02.1 -> 2022.03.0
This commit is contained in:
Fabian Affolter 2022-03-21 13:13:07 +01:00 committed by GitHub
commit e5e8e1d926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "simplisafe-python";
version = "2022.02.1";
version = "2022.03.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = version;
sha256 = "sha256-r+TcSzFkEGRsuTtEHBT/GMNa9r6GsIyvbLaF32cFfeQ=";
sha256 = "sha256-B4Tg122S2lJaBXBKUSN2ndt5EOiC5HyORTQXofZKUpw=";
};
nativeBuildInputs = [