Unverified Commit ddbfc24c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.plaid-python: 29.1.0 -> 30.0.0 (#400885)

parents a423a2d4 0bb30232
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "plaid-python";
  version = "29.1.0";
  version = "30.0.0";
  pyproject = true;

  disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "plaid_python";
    inherit version;
    hash = "sha256-wDYjgHg0FbQYNsa3aIAbSl3TtZe9lbe8tti5HZJq4Vc=";
    hash = "sha256-qCaXtvLceFg5njbKbqPVHW81HniGswB4HIdWU51/4X4=";
  };

  build-system = [ setuptools ];