Merge pull request #131273 from fabaff/bump-hap-python

python3Packages.hap-python: 3.5.1 -> 3.5.2
This commit is contained in:
Sandro 2021-07-24 23:33:17 +00:00 committed by GitHub
commit 776255ac39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@
, cryptography
, curve25519-donna
, ecdsa
, ed25519
, fetchFromGitHub
, h11
, pyqrcode
@ -17,15 +16,14 @@
buildPythonPackage rec {
pname = "hap-python";
version = "3.5.1";
version = "3.5.2";
disabled = pythonOlder "3.6";
# pypi package does not include tests
src = fetchFromGitHub {
owner = "ikalchev";
repo = "HAP-python";
rev = "v${version}";
sha256 = "sha256-ZHTqlb7LIDp8MFNW8MFg6jX7QwaxT40cLi3H13ONLCI=";
sha256 = "1irf4dcq9fcqvvjbijkymm63n2s7a19igs1zsbv7y8fa5a2yprhd";
};
propagatedBuildInputs = [
@ -33,7 +31,6 @@ buildPythonPackage rec {
cryptography
curve25519-donna
ecdsa
ed25519
h11
pyqrcode
zeroconf