python310Packages.simplisafe-python: 2022.05.1 -> 2022.05.2

This commit is contained in:
R. Ryantm 2022-06-01 11:35:14 +00:00
parent 13785fcc8f
commit c82122512a

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "simplisafe-python";
version = "2022.05.1";
version = "2022.05.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-tYExqOIJPJN8Lss6y0oelkrDuQCpNtFrsFRCxnbUNvU=";
sha256 = "sha256-DWhXNn5KNs06oKJbWTCI/vuX2oruERAgb/1f4Au8na0=";
};
nativeBuildInputs = [