python313Packages.xknx: 3.11.0 -> 3.12.0

Diff: https://github.com/XKNX/xknx/compare/3.11.0...3.12.0

Changelog: https://github.com/XKNX/xknx/releases/tag/3.12.0
This commit is contained in:
Fabian Affolter
2025-12-05 15:53:17 +01:00
parent 40fcd4bcda
commit cd0227831c
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "xknx";
version = "3.11.0";
version = "3.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "XKNX";
repo = "xknx";
tag = version;
hash = "sha256-jWnDiGg7vjIt4xkqjKrauExnvHcrH8m0RGfHjQlljFY=";
hash = "sha256-Sb/qPLINeYt96s7NkRARcb0ZrcE6A0ByyENVd5aiHxk=";
};
build-system = [ setuptools ];