Unverified Commit 624fa81b authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python3Packages.plaid-python: 31.0.0 -> 34.0.0 (#410906)

parents 1a34484f 4d96c551
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

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

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

  build-system = [ setuptools ];