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

Merge pull request #301070 from fabaff/iceportal-bump

python312Packages.iceportal: 1.1.2 -> 1.2.0
parents 64df38b0 b41a6498
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "iceportal";
  version = "1.1.2";
  version = "1.2.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -20,14 +20,14 @@ buildPythonPackage rec {
    owner = "home-assistant-ecosystem";
    repo = "python-iceportal";
    rev = "refs/tags/${version}";
    hash = "sha256-s+jEpxKsa3eIV4a/Ltso51jqZC4jzsvPLTjDFMV9FIA=";
    hash = "sha256-kpAUgGi2fAHzQYuZAaQW9wdrYjwbduRsoTwSuzcjJa8=";
  };

  nativeBuildInputs = [
  build-system = [
    poetry-core
  ];

  propagatedBuildInputs = [
  dependencies = [
    httpx
  ];