From 0e4ab8fd5290f1fd95ba16358ca6438c7fe6e65c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Feb 2025 00:15:35 +0100 Subject: [PATCH] python313Packages.whirlpool-sixth-sense: 0.18.12 -> 0.19 Diff: https://github.com/abmantis/whirlpool-sixth-sense/compare/refs/tags/0.18.12...0.19 --- .../python-modules/whirlpool-sixth-sense/default.nix | 4 ++-- 1 file changed, 2 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 a4f645135b12..fcc306e23aff 100644 --- a/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix +++ b/pkgs/development/python-modules/whirlpool-sixth-sense/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "whirlpool-sixth-sense"; - version = "0.18.12"; + version = "0.19"; pyproject = true; disabled = pythonOlder "3.11"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "abmantis"; repo = "whirlpool-sixth-sense"; tag = version; - hash = "sha256-KfWMHMudUClt4xc2QZgrYP0/7boWKLDDNUhmhk0w2aA="; + hash = "sha256-yxvlW+bKmZdCwcm4CkJVCzBEcQ8NXaGDfS8S6mCvmEw="; }; build-system = [ setuptools ];