Merge pull request #109572 from fabaff/bump-xknx

python3Packages.xknx: 0.16.0 -> 0.16.1
This commit is contained in:
Mario Rodas 2021-01-17 04:20:29 -05:00 committed by GitHub
commit debef76af5
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.0";
version = "0.16.1";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "XKNX";
repo = pname;
rev = version;
sha256 = "0a9pxah37ml2a5qpc841ps22d256003i8d4mix2gh7nwxab2qp8j";
sha256 = "0nma0fq67p9c90b6s5v7n4s6j94sdiwqf8rk1k2vfc6nxxn1jfll";
};
propagatedBuildInputs = [