Merge pull request #118177 from fabaff/bump-vsure
This commit is contained in:
commit
13efbd6fdf
@ -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 ];
|
||||
|
@ -323,6 +323,7 @@ in with py.pkgs; buildPythonApplication rec {
|
||||
"upnp"
|
||||
"uptime"
|
||||
"vacuum"
|
||||
"verisure"
|
||||
"weather"
|
||||
"webhook"
|
||||
"websocket_api"
|
||||
|
Loading…
Reference in New Issue
Block a user