Merge pull request #122906 from fabaff/bump-pyvesync
This commit is contained in:
commit
f9d8231892
@ -7,12 +7,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyvesync";
|
||||
version = "1.3.1";
|
||||
version = "1.4.0";
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "02fpbyg46mlpc2c1j4zylw9a1h6bacxvigrl3cndsf6fxlhfx15z";
|
||||
sha256 = "sha256-xvHvZx22orJR94cRMyyXey27Ksh2/ULHRvv7xxXv11k=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ requests ];
|
||||
|
@ -397,6 +397,7 @@ in with py.pkgs; buildPythonApplication rec {
|
||||
"uptime"
|
||||
"vacuum"
|
||||
"verisure"
|
||||
"vesync"
|
||||
"weather"
|
||||
"webhook"
|
||||
"websocket_api"
|
||||
|
Loading…
Reference in New Issue
Block a user