python3Packages.hap-python: 3.4.1 -> 3.5.0

This commit is contained in:
Fabian Affolter 2021-06-01 12:23:40 +02:00 committed by Martin Weinelt
parent 8aff25d21d
commit 5113edee23
3 changed files with 6 additions and 5 deletions

View File

@ -16,16 +16,16 @@
}:
buildPythonPackage rec {
pname = "HAP-python";
version = "3.4.1";
pname = "hap-python";
version = "3.5.0";
disabled = pythonOlder "3.5";
# pypi package does not include tests
src = fetchFromGitHub {
owner = "ikalchev";
repo = pname;
repo = "HAP-python";
rev = "v${version}";
sha256 = "sha256-tZ6Zwlx5J62Xqpxxmt8Phdd9ngtKYhP/p3uor1dRfK8=";
sha256 = "1vzlfx0gpidl0rzv4z94pziwm6rj4lrilly5pykgq984y708pcqf";
};
propagatedBuildInputs = [

View File

@ -36,6 +36,7 @@ mapAliases ({
smart_open = smart-open; # added 2021-03-14
google_api_python_client = google-api-python-client; # added 2021-03-19
googleapis_common_protos = googleapis-common-protos; # added 2021-03-19
HAP-python = hap-python; # added 2021-06-01
MechanicalSoup = mechanicalsoup; # added 2021-06-01
setuptools_scm = setuptools-scm; # added 2021-06-03
})

View File

@ -3110,7 +3110,7 @@ in {
handout = callPackage ../development/python-modules/handout { };
HAP-python = callPackage ../development/python-modules/HAP-python { };
hap-python = callPackage ../development/python-modules/hap-python { };
hass-nabucasa = callPackage ../development/python-modules/hass-nabucasa { };