python312Packages.whirlpool-sixth-sense: 0.18.7 -> 0.18.8

Diff: https://github.com/abmantis/whirlpool-sixth-sense/compare/refs/tags/0.18.7...0.18.8
This commit is contained in:
Fabian Affolter
2024-04-13 01:03:22 +02:00
parent 70db7c7c33
commit 8403200fc5
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "whirlpool-sixth-sense";
version = "0.18.7";
version = "0.18.8";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "abmantis";
repo = "whirlpool-sixth-sense";
rev = "refs/tags/${version}";
hash = "sha256-M4qOdxR97VhquB85IgimYKZqix2WoRIZcLSIlVK1xDY=";
hash = "sha256-Nmjw6b1k5M4H23tJxUPPJ3JIkuK5ylqEeFp18cGz9pA=";
};
build-system = [ setuptools ];