python3Packages.xknx: 3.10.1 -> 3.11.0

This commit is contained in:
R. Ryantm
2025-11-23 06:44:48 +00:00
parent 4b7db3f5d0
commit a59dc225f4
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "xknx";
version = "3.10.1";
version = "3.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "XKNX";
repo = "xknx";
tag = version;
hash = "sha256-vyGQ1e4MDkCau1hQkcxKfUgEo9PYUXzeky4LSqOW93E=";
hash = "sha256-jWnDiGg7vjIt4xkqjKrauExnvHcrH8m0RGfHjQlljFY=";
};
build-system = [ setuptools ];