Commit 6f3959a8 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.whirlpool-sixth-sense: 0.18.2 -> 0.18.3

parent 5f211aa0
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -7,13 +7,14 @@
, pytest-mock
, pytestCheckHook
, pythonOlder
, setuptools
, websockets
}:

buildPythonPackage rec {
  pname = "whirlpool-sixth-sense";
  version = "0.18.2";
  format = "setuptools";
  version = "0.18.3";
  format = "pyproject";

  disabled = pythonOlder "3.6";

@@ -21,9 +22,13 @@ buildPythonPackage rec {
    owner = "abmantis";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-6vmevL/VDuBnsPeYxtBZkCi9SVuINpM6jVlNR1Y6AuA=";
    hash = "sha256-GvebWPO+jKDJk7yuMgEctlvKLXeo95GlJUSuI+FMCRU=";
  };

  nativeBuildInputs = [
    setuptools
  ];

  propagatedBuildInputs = [
    aioconsole
    aiohttp