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

https://github.com/abmantis/whirlpool-sixth-sense/compare/refs/tags/0.18.5...0.18.7
This commit is contained in:
Martin Weinelt 2024-04-03 22:39:22 +02:00
parent 43118ee972
commit 61b8fc92b3
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "whirlpool-sixth-sense";
version = "0.18.5";
version = "0.18.7";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "abmantis";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-0NJsZex054CWfKX2wyJRd6Cnxa89mNrZN59VqIV2MD8=";
hash = "sha256-M4qOdxR97VhquB85IgimYKZqix2WoRIZcLSIlVK1xDY=";
};
nativeBuildInputs = [