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