python3Packages.xknx: 0.16.0 -> 0.16.1

This commit is contained in:
Fabian Affolter 2021-01-16 22:54:35 +01:00
parent bcdca92787
commit 8bfc5b543f

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 = [