Merge pull request #118177 from fabaff/bump-vsure

This commit is contained in:
Sandro 2021-04-01 11:37:59 +02:00 committed by GitHub
commit 13efbd6fdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "vsure";
version = "1.7.3";
version = "1.8.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-tnUL9krKHqHR79EROsmVflCy9uO1n0iV6evQc/YpxnM=";
sha256 = "sha256-Zh83t7yjZU2NjOgCkqPUHbqvEyEWXGITRgr5d2fLtRI=";
};
propagatedBuildInputs = [ requests ];

View file

@ -323,6 +323,7 @@ in with py.pkgs; buildPythonApplication rec {
"upnp"
"uptime"
"vacuum"
"verisure"
"weather"
"webhook"
"websocket_api"