mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #120460 from fabaff/bump-xknx
This commit is contained in:
commit
4c70d7f862
2 changed files with 3 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
|
@ -291,6 +291,7 @@ in with py.pkgs; buildPythonApplication rec {
|
|||
"intent_script"
|
||||
"ipp"
|
||||
"kmtronic"
|
||||
"knx"
|
||||
"kodi"
|
||||
"light"
|
||||
"litterrobot"
|
||||
|
|
Loading…
Reference in a new issue