Merge pull request #259921 from fabaff/hahomematic-bump

python311Packages.hahomematic: 2023.10.4 -> 2023.10.6
This commit is contained in:
Nick Cao
2023-10-09 10:37:14 -04:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "hahomematic";
version = "2023.10.4";
version = "2023.10.6";
format = "pyproject";
disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-SDkwKJVymWpl65TGVWpZL0KQhMdnjTLyOR+G3nyRWw0=";
hash = "sha256-uNf98q4x1usoYWvbDKt2yuTObyUjGgy7aK+VRrpM8wI=";
};
postPatch = ''