python3Packages.simplisafe-python: 11.0.4 -> 11.0.5

This commit is contained in:
Fabian Affolter
2021-08-27 16:20:57 +02:00
parent 4e40d90973
commit 8a2c51a15f

View File

@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "simplisafe-python";
version = "11.0.4";
version = "11.0.5";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = version;
sha256 = "0ad0f3xghp77kg0vdns5m1lj796ysk9jrgl5k5h80imnnh9mz9b8";
sha256 = "sha256-QLxp7WrYXJDGVG/MZ+GpvzYZ8gyLwconqikgs581voI=";
};
nativeBuildInputs = [ poetry-core ];