Commit 61c6e554 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.plaid-python: 30.0.0 -> 31.0.0

parent 72d75213
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

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

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

  build-system = [ setuptools ];