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

python311Packages.whirlpool-sixth-sense: 0.18.4 -> 0.18.5
This commit is contained in:
Fabian Affolter 2023-08-26 20:18:55 +02:00 committed by GitHub
commit b71b79fa6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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