Unverified Commit 4c31b848 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #258225 from fabaff/hahomematic-bump

python311Packages.hahomematic: 2023.9.5 -> 2023.9.8 
parents 00344b15 a6f1766e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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