python313Packages.xknx: 3.4.0 -> 3.5.0

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

Changelog: https://github.com/XKNX/xknx/releases/tag/3.5.0
This commit is contained in:
Fabian Affolter
2025-01-30 20:48:22 +01:00
parent daa72ff36f
commit e2ad018e02
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "xknx";
version = "3.4.0";
version = "3.5.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = "xknx";
tag = version;
hash = "sha256-nCFIP4ZeO4pRmyh2BdE86Dg/0zKYR3izcc2MOzVC4/g=";
hash = "sha256-kpGT1UcpKL8LJvFkw3RYZcbXcLla95QB4exG7kA8+BQ=";
};
build-system = [ setuptools ];