From 6f3959a81df445b658db0e7e8dc4728034f7fcd4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Apr 2023 11:58:41 +0200 Subject: [PATCH] python311Packages.whirlpool-sixth-sense: 0.18.2 -> 0.18.3 --- .../python-modules/whirlpool-sixth-sense/default.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix b/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix index aae90576e055..36ba90d6d715 100644 --- a/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix +++ b/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix @@ -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