Unverified Commit 555d9678 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.plaid-python: 36.0.0 -> 36.1.0 (#440771)

parents 59e91181 5e0eb4c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

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

  disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "plaid_python";
    inherit version;
    hash = "sha256-l3Lc4Qn3+XE7qKwRwWkZtiP9EURL/lahp3yV4upCsyw=";
    hash = "sha256-3TQ6jGsf+2ebYnAxRTKs4JrijDf3ojyfS4iBAMAG8FU=";
  };

  build-system = [ setuptools ];