python3Packages.whirlpool-sixth-sense: 0.20.0 -> 0.21.1

https://github.com/abmantis/whirlpool-sixth-sense/compare/refs/tags/0.20.0...refs/tags/0.21.1
This commit is contained in:
Martin Weinelt
2025-08-08 04:06:20 +02:00
parent f84bdf2677
commit dc896cbde9
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "whirlpool-sixth-sense";
version = "0.20.0";
version = "0.21.1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "abmantis";
repo = "whirlpool-sixth-sense";
tag = version;
hash = "sha256-Sl8Y1sVZolk8KLS3bKGQNFXTVntcPusrf2A0zdixq8A=";
hash = "sha256-uhqDm6BOUX6Ov4580EmBOD4si9BsMvnsvEmA/DbKE7M=";
};
build-system = [ setuptools ];