python3Packages.zwave-js-server-python: 0.72.0 -> 0.73.0

This commit is contained in:
R. Ryantm
2026-07-24 18:40:42 +00:00
parent acb4abd4e7
commit c3fc243d97
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "zwave-js-server-python";
version = "0.72.0";
version = "0.73.0";
pyproject = true;
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = "zwave-js-server-python";
tag = finalAttrs.version;
hash = "sha256-SgAKtmyTG36S/Au7uv1U3MLXcINqQql6XEGWAEEHyw0=";
hash = "sha256-xIElSGx6NOKEB5XDgXi6Cf5+XFW2i1riu7RPDHgmIt4=";
};
build-system = [ setuptools ];