lol

python3Packages.zwave-js-server-python: 0.41.1 -> 0.43.0

https://github.com/home-assistant-libs/zwave-js-server-python/releases/tag/0.43.0
https://github.com/home-assistant-libs/zwave-js-server-python/releases/tag/0.42.0

+3 -3
+3 -3
pkgs/development/python-modules/zwave-js-server-python/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "zwave-js-server-python"; 13 - version = "0.41.1"; 14 format = "setuptools"; 15 16 - disabled = pythonOlder "3.8"; 17 18 src = fetchFromGitHub { 19 owner = "home-assistant-libs"; 20 repo = pname; 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-V4QEsHkakqYsZ09Q8BJG9fhREdGboirF5sNxm8t+dAQ="; 23 }; 24 25 propagatedBuildInputs = [
··· 10 11 buildPythonPackage rec { 12 pname = "zwave-js-server-python"; 13 + version = "0.43.0"; 14 format = "setuptools"; 15 16 + disabled = pythonOlder "3.9"; 17 18 src = fetchFromGitHub { 19 owner = "home-assistant-libs"; 20 repo = pname; 21 rev = "refs/tags/${version}"; 22 + hash = "sha256-qzAM3vcVySJB6OfOHKXYYXDR+xOSbGpyH7b9TaYkOLM="; 23 }; 24 25 propagatedBuildInputs = [