Merge pull request #171486 from r-ryantm/auto-update/python3.10-xknx

python310Packages.xknx: 0.21.1 -> 0.21.2

authored by

Fabian Affolter and committed by
GitHub
1a0e22e2 36fb2a2b

+2 -2
+2 -2
pkgs/development/python-modules/xknx/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "xknx"; 15 - version = "0.21.1"; 15 + version = "0.21.2"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.8"; ··· 21 21 owner = "XKNX"; 22 22 repo = pname; 23 23 rev = "refs/tags/${version}"; 24 - sha256 = "sha256-QNy/jUh/kIj6sabWnmC5L00ikBTrVmOEp6mFBya29WM="; 24 + sha256 = "sha256-GEjrqqmlGA6wG5x89AZXd8FLvrKEzCLmVhhZ7FxDB+w="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [