python312Packages.xknx: 3.5.0 -> 3.6.0

Diff: https://github.com/XKNX/xknx/compare/refs/tags/3.5.0...3.6.0

Changelog: https://github.com/XKNX/xknx/releases/tag/3.6.0
This commit is contained in:
Fabian Affolter
2025-02-20 20:31:34 +01:00
parent ae6414076b
commit 03abbdc556
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "xknx";
version = "3.5.0";
version = "3.6.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = "xknx";
tag = version;
hash = "sha256-kpGT1UcpKL8LJvFkw3RYZcbXcLla95QB4exG7kA8+BQ=";
hash = "sha256-NEtx4aK4D6ZiLD8X3U0VTcLv5LLyPLxql9JbXrwamno=";
};
build-system = [ setuptools ];