Skip to content

Commit be3ccfb

Browse files
authored
python312Packages.zwave-js-server-python: 0.60.0 -> 0.60.1 (#385863)
2 parents 856d93d + 8954980 commit be3ccfb

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.0";
15+
version = "0.60.1";
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-+TW+6NhbtANtXf5ITAs+Mz8I7iZk93YYdUkUhp4m7pw=";
24+
hash = "sha256-YRC9DA77sLuTxw7YRbhYKxUOaBQaERTV4UWAwAEldhU=";
2525
};
2626

2727
build-system = [ setuptools ];
@@ -41,7 +41,7 @@ buildPythonPackage rec {
4141
meta = with lib; {
4242
description = "Python wrapper for zwave-js-server";
4343
homepage = "https://github.com/home-assistant-libs/zwave-js-server-python";
44-
changelog = "https://github.com/home-assistant-libs/zwave-js-server-python/releases/tag/${version}";
44+
changelog = "https://github.com/home-assistant-libs/zwave-js-server-python/releases/tag/${src.tag}";
4545
license = with licenses; [ asl20 ];
4646
maintainers = with maintainers; [ fab ];
4747
mainProgram = "zwave-js-server-python";

0 commit comments

Comments
 (0)