python3Packages.hap-python: 3.5.0 -> 3.5.1

This commit is contained in:
Fabian Affolter 2021-07-05 09:01:10 +02:00 committed by Martin Weinelt
parent 1f45831695
commit a6416a9b11

View file

@ -17,15 +17,15 @@
buildPythonPackage rec {
pname = "hap-python";
version = "3.5.0";
disabled = pythonOlder "3.5";
version = "3.5.1";
disabled = pythonOlder "3.6";
# pypi package does not include tests
src = fetchFromGitHub {
owner = "ikalchev";
repo = "HAP-python";
rev = "v${version}";
sha256 = "1vzlfx0gpidl0rzv4z94pziwm6rj4lrilly5pykgq984y708pcqf";
sha256 = "sha256-ZHTqlb7LIDp8MFNW8MFg6jX7QwaxT40cLi3H13ONLCI=";
};
propagatedBuildInputs = [