python313Packages.xknx: 3.11.0 -> 3.12.0 (#468138)

This commit is contained in:
Fabian Affolter
2025-12-06 16:31:26 +00:00
committed by GitHub
@@ -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 ];