python311Packages.hahomematic: 2024.2.3 -> 2024.2.4

Changelog: https://github.com/danielperna84/hahomematic/releases/tag/2024.2.4
This commit is contained in:
Fabian Affolter 2024-02-18 10:02:37 +01:00
parent ed9dcf1286
commit d989e81eb0

@ -18,7 +18,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hahomematic"; pname = "hahomematic";
version = "2024.2.3"; version = "2024.2.4";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.11"; disabled = pythonOlder "3.11";
@ -27,15 +27,15 @@ buildPythonPackage rec {
owner = "danielperna84"; owner = "danielperna84";
repo = "hahomematic"; repo = "hahomematic";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-T2318TnVzvteRADOjoTP7ulIhTyeTbCFX1/KpwWXjlI="; hash = "sha256-p1LUF57wH8zWCwPo4pYeOGRBEYCNUv8CnYBGNYzKCgE=";
}; };
__darwinAllowLocalNetworking = true; __darwinAllowLocalNetworking = true;
postPatch = '' postPatch = ''
substituteInPlace pyproject.toml \ substituteInPlace pyproject.toml \
--replace "setuptools~=68.2" "setuptools" \ --replace-fail "setuptools~=69.1.0" "setuptools" \
--replace "wheel~=0.41.2" "wheel" --replace-fail "wheel~=0.42.0" "wheel"
''; '';
nativeBuildInputs = [ nativeBuildInputs = [