python3Packages.xknx: 3.19.0 -> 3.20.0

This commit is contained in:
R. Ryantm
2026-08-24 23:24:04 +00:00
parent 5135c79003
commit fe7b52bc59

View File

@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "xknx";
version = "3.19.0";
version = "3.20.0";
pyproject = true;
src = fetchFromGitHub {
owner = "XKNX";
repo = "xknx";
tag = finalAttrs.version;
hash = "sha256-md9EcVSWwWufFrx/CGlEaLL1EppOw9PUMcny7nMZ8FE=";
hash = "sha256-/KUFf1d2+IcqGiLyX5mls7sMhfHU9KBgK1c/t2835WA=";
};
build-system = [ setuptools ];