python3Packages.whirlpool-sixth-sense: 0.21.3 -> 1.0.2 (#453242)

This commit is contained in:
Fabian Affolter
2025-10-19 08:50:07 +00:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "whirlpool-sixth-sense";
version = "0.21.3";
version = "1.0.2";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "abmantis";
repo = "whirlpool-sixth-sense";
tag = version;
hash = "sha256-ZZrLqHn/O+Z2XtiCIco5PMEprbi9XeJOBXcEdjTDPDc=";
hash = "sha256-Xgz9SqH++pWZb7r1qxOrEEfC7I80qhrqcI0Zlduxlq4=";
};
build-system = [ setuptools ];