Merge pull request #134368 from fabaff/bump-simplisafe-python

python3Packages.simplisafe-python: 11.0.3 -> 11.0.4
This commit is contained in:
Fabian Affolter 2021-08-17 11:56:51 +02:00 committed by GitHub
commit 7594e076e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];