python3Packages.xknx: 0.20.1 -> 0.20.2

This commit is contained in:
Fabian Affolter 2022-04-11 22:43:47 +02:00
parent a985b2bd99
commit 904e3139be

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "xknx";
version = "0.20.1";
version = "0.20.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = pname;
rev = version;
sha256 = "sha256-7g1uAkBGlNcmfjqGNH2MS+X26Pq1hTKQy9eLJVTqxhA=";
sha256 = "sha256-9OEoU2r6/tThEoLjssWD0jrgF2oYk5IRCWLTeF4ddGc=";
};
propagatedBuildInputs = [