Merge pull request #155950 from fabaff/bump-xknx

python3Packages.xknx: 0.19.1 -> 0.19.2
This commit is contained in:
Fabian Affolter 2022-02-06 21:55:49 +01:00 committed by GitHub
commit 5e4ac423de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "xknx";
version = "0.19.1";
version = "0.19.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "XKNX";
repo = pname;
rev = version;
sha256 = "sha256-CmiibJc8cy0NuGVS9CEsML2DgVRIsNmWsqp9nmzInAA=";
sha256 = "sha256-LJ7MmKCWx+n7caud0pN4+7f9H4XzwuAAn9u86X/FACo=";
};
propagatedBuildInputs = [