python313Packages.zha: 0.0.47 -> 0.0.48

https://github.com/zigpy/zha/releases/tag/0.0.48
This commit is contained in:
Martin Weinelt
2025-02-07 22:07:20 +01:00
parent 38e87d26c7
commit e46e36e406
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zha";
version = "0.0.47";
version = "0.0.48";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha";
tag = version;
hash = "sha256-BDZqReJWmxodP1w3fdxUHbjY9dL+6hUQZ0YazeiERrM=";
hash = "sha256-qPqFmFfvCR6gk4qmZNrkC/DcdOUzyLv7KALv35R6oNw=";
};
postPatch = ''