python313Packages.whirlpool-sixth-sense: 0.19.1 -> 0.20.0

Diff: https://github.com/abmantis/whirlpool-sixth-sense/compare/refs/tags/0.19.1...0.20.0
This commit is contained in:
Fabian Affolter
2025-04-05 14:18:27 +02:00
parent 6c601a5874
commit 46eae762a9
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "whirlpool-sixth-sense";
version = "0.19.1";
version = "0.20.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "abmantis";
repo = "whirlpool-sixth-sense";
tag = version;
hash = "sha256-ThGcjk1uO5hAa+Ts68m4c24g8WgF/Lf8RATHBlsGPxg=";
hash = "sha256-Sl8Y1sVZolk8KLS3bKGQNFXTVntcPusrf2A0zdixq8A=";
};
build-system = [ setuptools ];