python3Packages.xknx: 3.15.0 -> 3.16.0

This commit is contained in:
R. Ryantm
2026-06-23 03:13:23 +00:00
parent 691bc285bc
commit 155e12eb6e
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "xknx";
version = "3.15.0";
version = "3.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "XKNX";
repo = "xknx";
tag = finalAttrs.version;
hash = "sha256-EA6F4Wkji495uVfFyN1M+jZsXFkKbfK7POie3qbuqBY=";
hash = "sha256-884iWQynTRBauJR10CzgkveoD9//Dq+mpvywtSnmT+c=";
};
build-system = [ setuptools ];