Skip to content

Commit 713c9c4

Browse files
authored
python312Packages.plaid-python: 28.1.0 -> 29.0.0 (#381956)
2 parents 081391e + 6d159b6 commit 713c9c4

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/plaid-python

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/plaid-python/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
buildPythonPackage rec {
1313
pname = "plaid-python";
14-
version = "28.1.0";
14+
version = "29.0.0";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.6";
1818

1919
src = fetchPypi {
2020
pname = "plaid_python";
2121
inherit version;
22-
hash = "sha256-FEw9cuCjQCU4vsZFg8/pn8i1g2XMVXno2PDZl8+iZoc=";
22+
hash = "sha256-/HznxgYQvNxyAbYrvDK1yq8crZcd3fH5j9n2XmfGWTY=";
2323
};
2424

2525
build-system = [ setuptools ];

0 commit comments

Comments
 (0)