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

python311Packages.hap-python: 4.9.0 -> 4.9.1
This commit is contained in:
Fabian Affolter
2023-10-30 07:32:28 +01:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "hap-python";
version = "4.9.0";
version = "4.9.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "ikalchev";
repo = "HAP-python";
rev = "refs/tags/${version}";
hash = "sha256-bFSqMAZWE3xTfnc7FSQMfAhxhKlYm65VFpm+q3yrqpE=";
hash = "sha256-nnh8PSEcuPN1qGuInJ7uYe83zdne8axbTrHd4g1xoJs=";
};
propagatedBuildInputs = [