python3Packages.zha: 1.3.0 -> 1.3.1

https://github.com/zigpy/zha/releases/tag/1.3.1
This commit is contained in:
Martin Weinelt
2026-05-09 16:29:23 +02:00
parent a872b9cc6a
commit 2b95f436f7
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "zha";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zha";
tag = version;
hash = "sha256-oB4vxq/DJjmypmcKS6IeYEh+dTvC0Wt9X79vPbtDJgE=";
hash = "sha256-JYwTDD3YmHPgSSwFTGhoL9MY5SZ2jLBlgGqQDEnvF1k=";
};
postPatch = ''