python3Packages.zigpy-deconz: 0.24.2 -> 0.25.0

https://github.com/zigpy/zigpy-deconz/releases/tag/0.25.0
This commit is contained in:
Martin Weinelt
2025-06-11 21:28:23 +02:00
parent 05922686bd
commit e3e88df2c5

View File

@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "zigpy-deconz";
version = "0.24.2";
version = "0.25.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zigpy-deconz";
tag = version;
hash = "sha256-el29EqCK9p3AII9LsMw+ikplHfDKNUIhaU3HJI0gfu8=";
hash = "sha256-aZRLfvAnJ1yO+d3LUx2ouqWPuwsIk51v+TSUkFfBbQA=";
};
postPatch = ''