python313Packages.zha: 0.0.48 -> 0.0.49

https://github.com/zigpy/zha/releases/tag/0.0.49
This commit is contained in:
Martin Weinelt
2025-02-14 23:20:32 +01:00
parent 2fa9ad136b
commit 6aeaa71ff5
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zha";
version = "0.0.48";
version = "0.0.49";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha";
tag = version;
hash = "sha256-qPqFmFfvCR6gk4qmZNrkC/DcdOUzyLv7KALv35R6oNw=";
hash = "sha256-QW/FrmZIRr2xt+a6Se9nEp4ttfhNJx79/qV9A+hmNSU=";
};
postPatch = ''