python3Packages.simplisafe-python: 11.0.3 -> 11.0.4

This commit is contained in:
Fabian Affolter 2021-08-17 00:02:06 +02:00
parent 57b6c8c5b2
commit 84f5f4f84c

View file

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