Commit ccf9d412 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.whirlpool-sixth-sense: 1.0.2 -> 1.0.3

parent ffd468f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "whirlpool-sixth-sense";
  version = "1.0.2";
  version = "1.0.3";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "abmantis";
    repo = "whirlpool-sixth-sense";
    tag = version;
    hash = "sha256-Xgz9SqH++pWZb7r1qxOrEEfC7I80qhrqcI0Zlduxlq4=";
    hash = "sha256-SXa5Ccnng1McWgSWy85xCEr7odtBSJtJhjZoC/JfI/A=";
  };

  build-system = [ setuptools ];