Unverified Commit c5f9c6ee authored by Benjamin Hipple's avatar Benjamin Hipple Committed by GitHub
Browse files

python3Packages.plaid-python: 36.1.0 -> 38.0.0 (#449748)

parents 209877e5 5342b7c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildPythonPackage rec {
  pname = "plaid-python";
  version = "36.1.0";
  version = "38.0.0";
  pyproject = true;

  src = fetchPypi {
    pname = "plaid_python";
    inherit version;
    hash = "sha256-3TQ6jGsf+2ebYnAxRTKs4JrijDf3ojyfS4iBAMAG8FU=";
    hash = "sha256-4BbYY8IQvQFs0MVjXflL2sa+pJjebcId14VVRd6nizI=";
  };

  build-system = [ setuptools ];