Skip to content

Commit fd4dd2c

Browse files
authored
python312Packages.zwave-js-server-python: 0.60.1 -> 0.61.0 (NixOS#389499)
2 parents cd4e376 + 8fc3917 commit fd4dd2c

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/zwave-js-server-python

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/zwave-js-server-python/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
buildPythonPackage rec {
1414
pname = "zwave-js-server-python";
15-
version = "0.60.1";
15+
version = "0.61.0";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
owner = "home-assistant-libs";
2222
repo = "zwave-js-server-python";
2323
tag = version;
24-
hash = "sha256-YRC9DA77sLuTxw7YRbhYKxUOaBQaERTV4UWAwAEldhU=";
24+
hash = "sha256-bIo+Kggk8vQHtdey36WunhTR3x8nfySVaJOyZDzKXRk=";
2525
};
2626

2727
build-system = [ setuptools ];

0 commit comments

Comments
 (0)