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

python313Packages.incomfort-client: 0.6.5 -> 0.6.7 (#378506)

parents 641bf2a1 6cdc07e9
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -7,12 +7,13 @@
  pytest-asyncio,
  pytestCheckHook,
  pythonOlder,
  poetry-core,
  setuptools,
}:

buildPythonPackage rec {
  pname = "incomfort-client";
  version = "0.6.5";
  version = "0.6.7";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -21,10 +22,10 @@ buildPythonPackage rec {
    owner = "zxdavb";
    repo = "incomfort-client";
    tag = "v${version}";
    hash = "sha256-6n6uvUJm6y0AynAZMQG+NKNIIaeMSpOJqWDdpPdGy4Q=";
    hash = "sha256-ySE2J6h1EeoN7/Y3OK6mrDrXivv9saq9ghHEFGlVlQw=";
  };

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

  dependencies = [ aiohttp ];