Merge pull request #258225 from fabaff/hahomematic-bump

python311Packages.hahomematic: 2023.9.5 -> 2023.9.8
This commit is contained in:
Fabian Affolter 2023-10-01 09:52:28 +02:00 committed by GitHub
commit 4c31b848ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
, aiohttp , aiohttp
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, freezegun
, orjson , orjson
, pydevccu , pydevccu
, pytest-aiohttp , pytest-aiohttp
@ -17,7 +18,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hahomematic"; pname = "hahomematic";
version = "2023.9.5"; version = "2023.9.8";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.11"; disabled = pythonOlder "3.11";
@ -26,7 +27,7 @@ buildPythonPackage rec {
owner = "danielperna84"; owner = "danielperna84";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-bs9rAlEgRYjQ2vEPfGxWo4sAn48hiC3IFh9VKVY33KY="; hash = "sha256-g8ddWQzfwvKx2bLh8c+RRwlk/QJWbCxOqseZE+AcTXg=";
}; };
postPatch = '' postPatch = ''
@ -48,6 +49,7 @@ buildPythonPackage rec {
]; ];
nativeCheckInputs = [ nativeCheckInputs = [
freezegun
pydevccu pydevccu
pytest-aiohttp pytest-aiohttp
pytestCheckHook pytestCheckHook