Commit 5cc2106f authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.plaid-python: 38.1.0 -> 38.3.0

parent 5649c3b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildPythonPackage rec {
  pname = "plaid-python";
  version = "38.1.0";
  version = "38.3.0";
  pyproject = true;

  src = fetchPypi {
    pname = "plaid_python";
    inherit version;
    hash = "sha256-j/AypUXwsaeL6iYjW7xo53wwE+YGMLv8TRwSZ8CeGFk=";
    hash = "sha256-dNoJ1zZSd1IB4DM2U8eglnjK0c7Zh3vtUQb/EFegWEA=";
  };

  build-system = [ setuptools ];