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

python312Packages.aiohomeconnect: 0.6.4 -> 0.7.0 (#364684)

parents ab67d0af fcc046ed
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  fastapi,
  fetchFromGitHub,
  httpx,
  httpx-sse,
  mashumaro,
  poetry-core,
  pytest-asyncio,
@@ -18,7 +19,7 @@

buildPythonPackage rec {
  pname = "aiohomeconnect";
  version = "0.6.4";
  version = "0.7.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -27,7 +28,7 @@ buildPythonPackage rec {
    owner = "MartinHjelmare";
    repo = "aiohomeconnect";
    rev = "refs/tags/v${version}";
    hash = "sha256-vy1pcLNRi5C0okdWMYWOHanEiN0Nl4WqZT1cC6UktCU=";
    hash = "sha256-OgHlYa5n8BnXnaJg/Ns27cXaGKDUkSddDFvl03rwNXM=";
  };

  pythonRelaxDeps = [ "httpx" ];
@@ -36,6 +37,7 @@ buildPythonPackage rec {

  dependencies = [
    httpx
    httpx-sse
    mashumaro
  ];