mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python310Packages.homematicip: update disabled
This commit is contained in:
parent
486bdc8c5f
commit
d6b142e587
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||
version = "1.0.10";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hahn-th";
|
||||
|
|
Loading…
Reference in a new issue