python3Packages.hap-python: 3.5.1 -> 3.5.2
This commit is contained in:
parent
2d18ed2ec5
commit
711d2d525b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user