Merge pull request #120460 from fabaff/bump-xknx

This commit is contained in:
Martin Weinelt 2021-04-23 23:32:23 +02:00 committed by GitHub
commit 4c70d7f862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "xknx";
version = "0.18.0";
version = "0.18.1";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "XKNX";
repo = pname;
rev = version;
sha256 = "sha256-8g8DrFvhecdPsfiw+uKnfJOrLQeuFUziK2Jl3xKmrf4=";
sha256 = "sha256-Zf7Od3v54LxMofm67XHeRM4Yeg1+KQLRhFl1BihAxGc=";
};
propagatedBuildInputs = [

View file

@ -291,6 +291,7 @@ in with py.pkgs; buildPythonApplication rec {
"intent_script"
"ipp"
"kmtronic"
"knx"
"kodi"
"light"
"litterrobot"