Skip to content

Commit

Permalink
python312Packages.plaid-python: 28.0.0 -> 28.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 31, 2025
1 parent 06d633e commit c615b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/plaid-python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

buildPythonPackage rec {
pname = "plaid-python";
version = "28.0.0";
version = "28.1.0";
pyproject = true;

disabled = pythonOlder "3.6";

src = fetchPypi {
pname = "plaid_python";
inherit version;
hash = "sha256-JA4KH7zxSlxAyKHEsJ4YH8oAI2/s1ELwPrXwmi1HhYo=";
hash = "sha256-FEw9cuCjQCU4vsZFg8/pn8i1g2XMVXno2PDZl8+iZoc=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit c615b84

Please sign in to comment.