python3Packages.hap-python: 4.3.0 -> 4.4.0

This commit is contained in:
Martin Weinelt 2022-01-18 09:30:52 +01:00
parent 5efc7a631f
commit 5082a3f29d

View file

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "hap-python";
version = "4.3.0";
version = "4.4.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "ikalchev";
repo = "HAP-python";
rev = "v${version}";
sha256 = "sha256-G4KL6iMeVn/tmvFtFL8vyqHGNfqk6j8iG4tDK9VpCyM=";
sha256 = "sha256-dSiI2W4U4FYwMRBInpxb/wkQLKxPzLHIkLPNgiZEhUA=";
};
propagatedBuildInputs = [