python312Packages.whirlpool-sixth-sense: 0.18.9 -> 0.18.11

Diff: https://github.com/abmantis/whirlpool-sixth-sense/compare/refs/tags/0.18.9...0.18.11
This commit is contained in:
Fabian Affolter
2025-01-04 23:43:09 +01:00
parent 0fd3829ae5
commit 6bce1029f2
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "whirlpool-sixth-sense";
version = "0.18.9";
version = "0.18.11";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "abmantis";
repo = "whirlpool-sixth-sense";
tag = version;
hash = "sha256-aDvUV83o/yKx15kenDGng5xh3LECLVlLWJlVe/y+1Co=";
hash = "sha256-dXLMyvNmVrc5kCozBwAIM5DKqjdiiqwwNLkhMGnH0fA=";
};
build-system = [ setuptools ];