Merge pull request #303735 from fabaff/whirlpool-sixth-sense-bump

python312Packages.whirlpool-sixth-sense: 0.18.7 -> 0.18.8
This commit is contained in:
Fabian Affolter 2024-04-13 10:06:29 +02:00 committed by GitHub
commit 11e08d3561
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];