lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.zwave-js-server-python: 0.52.1 -> 0.53.1

+2 -2
+2 -2
pkgs/development/python-modules/zwave-js-server-python/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "zwave-js-server-python"; 13 - version = "0.52.1"; 13 + version = "0.53.1"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.11"; ··· 19 19 owner = "home-assistant-libs"; 20 20 repo = pname; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-+zGLWti99mYTyPkSxiYgE5RqVvEr2PGt8vFwesjcquo="; 22 + hash = "sha256-WfKZraF/mh1YTgK2YXnP5JHqjj5oWI9PeZAvt75btr8="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [