We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573c650 commit 8fc3917Copy full SHA for 8fc3917
pkgs/development/python-modules/zwave-js-server-python/default.nix
@@ -12,7 +12,7 @@
12
13
buildPythonPackage rec {
14
pname = "zwave-js-server-python";
15
- version = "0.60.1";
+ version = "0.61.0";
16
pyproject = true;
17
18
disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
21
owner = "home-assistant-libs";
22
repo = "zwave-js-server-python";
23
tag = version;
24
- hash = "sha256-YRC9DA77sLuTxw7YRbhYKxUOaBQaERTV4UWAwAEldhU=";
+ hash = "sha256-bIo+Kggk8vQHtdey36WunhTR3x8nfySVaJOyZDzKXRk=";
25
};
26
27
build-system = [ setuptools ];
0 commit comments