python313Packages.xknx: 3.9.1 -> 3.10.0 (#452897)

This commit is contained in:
Fabian Affolter
2025-10-17 14:56:54 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "xknx";
version = "3.9.1";
version = "3.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "XKNX";
repo = "xknx";
tag = version;
hash = "sha256-BcUZ2wNrWFapYNbvDXQgKQvXEEx/+z79AaPZHsdPRpo=";
hash = "sha256-tkZ0Hltpd5DARxYc05LjDTlB62jsJJJ8v/oUuVPT/uo=";
};
build-system = [ setuptools ];