about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2024-04-24 20:47:33 -0400
committerGitHub <noreply@github.com>2024-04-24 20:47:33 -0400
commitae61ac887883153a18f503d3fc42f1ba522e4c46 (patch)
tree7f94a40e224bb2b687a52cb1aff660cadb43a307 /pkgs
parentb7bb1451d062db067f629972bceb05f188829f65 (diff)
parentaddf5bfdc280afb976b3b2d9c8fb8107e1577e37 (diff)
Merge pull request #306147 from r-ryantm/auto-update/python311Packages.plaid-python
python311Packages.plaid-python: 20.0.1 -> 21.0.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/plaid-python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/plaid-python/default.nix b/pkgs/development/python-modules/plaid-python/default.nix
index dfc981b615e6c..f3a92c1954c85 100644
--- a/pkgs/development/python-modules/plaid-python/default.nix
+++ b/pkgs/development/python-modules/plaid-python/default.nix
@@ -9,14 +9,14 @@
 
 buildPythonPackage rec {
   pname = "plaid-python";
-  version = "20.0.1";
+  version = "21.0.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-TSydetm05gELugfRr6IGEfSrDhCOHzm73BTqbGkAXpk=";
+    hash = "sha256-ksYTV10FGUjBIkJru4CiJIlPLT4S7fbpsNrjYczTFlI=";
   };
 
   propagatedBuildInputs = [