Unverified Commit 0a56a84d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #229804 from r-ryantm/auto-update/python310Packages.plaid-python

python310Packages.plaid-python: 12.0.0 -> 13.0.0
parents b8e31dfc 9237be6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "plaid-python";
  version = "12.0.0";
  version = "13.0.0";
  format = "setuptools";

  disabled = pythonOlder "3.6";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-m/U7O859pWOB+qF4PVcXg3pI7M2Zpl2uWPjaubeV2dE=";
    hash = "sha256-xe0HK6S612q/DiNLGpBqhfTg1RVvzeeez5Y0ot/+Tqk=";
  };

  propagatedBuildInputs = [