Merge pull request #268822 from fabaff/hahomematic-bump

python311Packages.hahomematic: 2023.11.0 -> 2023.11.1
This commit is contained in:
OTABI Tomoya 2023-11-21 11:10:27 +09:00 committed by GitHub
commit d28b36b938
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.11.0";
version = "2023.11.1";
format = "pyproject";
disabled = pythonOlder "3.11";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-QslmtmS7zrc0Vbq4XEzbx1XaeL0SuhNjyT3OPlCCf04=";
hash = "sha256-C8KznmR3+G38MLQj6Sek7qW9R9yJr8gfcjgNjDyXG7I=";
};
postPatch = ''