python3Packages.whirlpool-sixth-sense: 1.0.3 -> 1.1.0 (#486229)

This commit is contained in:
Nick Cao
2026-02-02 23:13:02 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "whirlpool-sixth-sense";
version = "1.0.3";
version = "1.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "abmantis";
repo = "whirlpool-sixth-sense";
tag = version;
hash = "sha256-SXa5Ccnng1McWgSWy85xCEr7odtBSJtJhjZoC/JfI/A=";
hash = "sha256-n+PZHk64F7azgqeio8F5b/AheaZMh5TjvUXTgTc7q4A=";
};
build-system = [ setuptools ];