From 09598d769ece497fd0d60c91ca74fbbdb218d80a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 19 Jul 2026 09:42:47 +0200 Subject: [PATCH] python3Packages.whirlpool-sixth-sense: 1.2.0 -> 1.3.1 Changelog: https://github.com/abmantis/whirlpool-sixth-sense/releases/tag/1.3.1 --- .../python-modules/whirlpool-sixth-sense/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix b/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix index fafe7cfeaa1c..6e84f889b87b 100644 --- a/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix +++ b/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix @@ -2,6 +2,7 @@ lib, aioconsole, aiohttp, + aiointercept, aioresponses, async-timeout, buildPythonPackage, @@ -15,14 +16,14 @@ buildPythonPackage (finalAttrs: { pname = "whirlpool-sixth-sense"; - version = "1.2.0"; + version = "1.3.1"; pyproject = true; src = fetchFromGitHub { owner = "abmantis"; repo = "whirlpool-sixth-sense"; tag = finalAttrs.version; - hash = "sha256-uX1Q4F6pcc/mPdopPgyU63p4yeo9YPmUGbn0sxW09Yo="; + hash = "sha256-zqdgZw3PAZ0tONwkdR5jgZNvSc8IiGj0Zr855ewsPpI="; }; build-system = [ setuptools ]; @@ -36,6 +37,7 @@ buildPythonPackage (finalAttrs: { nativeCheckInputs = [ aioresponses + aiointercept pytest-asyncio pytest-mock pytestCheckHook