Merge pull request #264041 from fabaff/hahomematic-bump

python311Packages.hahomematic: 2023.10.12 -> 2023.10.13
This commit is contained in:
OTABI Tomoya
2023-10-29 15:37:36 +09:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "hahomematic";
version = "2023.10.12";
version = "2023.10.13";
format = "pyproject";
disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-mlZlaUcpVflz1mTiI0rIAOnJD5+NqXjsb1xp+wvoQvs=";
hash = "sha256-7zJhdFgEP/QSX78XMt+dxt0x7gUj011LHGi/+grPux0=";
};
postPatch = ''