Merge pull request #112277 from fabaff/bump-xknx

python3Packages.xknx: 0.16.2 -> 0.16.3
This commit is contained in:
Sandro 2021-02-07 20:59:59 +01:00 committed by GitHub
commit 732d10dcc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "xknx";
version = "0.16.2";
version = "0.16.3";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "XKNX";
repo = pname;
rev = version;
sha256 = "14cx54ia38ifz7c750i8jxcmnybzwh03ds6hinlwhx8hd2cx9knj";
sha256 = "sha256-toB66woREkFUv3J14wwquRo+uAOgXKO+cwFgyw4Mma8=";
};
propagatedBuildInputs = [