Merge pull request #264673 from fabaff/hahomematic-bump

python311Packages.hahomematic: 2023.10.13 -> 2023.10.14
This commit is contained in:
OTABI Tomoya 2023-11-01 12:11:12 +09:00 committed by GitHub
commit 4c50bae573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "hahomematic";
version = "2023.10.13";
version = "2023.10.14";
format = "pyproject";
disabled = pythonOlder "3.11";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-7zJhdFgEP/QSX78XMt+dxt0x7gUj011LHGi/+grPux0=";
hash = "sha256-P3JDXoxDfolgHN4dgHJqojWbWb88vbvgYhYv2B/myKY=";
};
postPatch = ''