Skip to content

Commit

Permalink
python312Packages.plaid-python: 24.0.0 -> 27.0.0 (NixOS#348858)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Oct 29, 2024
2 parents c0ec300 + 7fd7f8e commit 2c6bbd9
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 = "24.0.0";
version = "27.0.0";
pyproject = true;

disabled = pythonOlder "3.6";

src = fetchPypi {
pname = "plaid_python";
inherit version;
hash = "sha256-0LtYs2S1fGunmmPFl3cGa/lMtE7Ng+Xb4FruowjdWGM=";
hash = "sha256-nMDAJs9W2L3/wB7lOP5hMYF0ytqMVgDLOYzn9UsUVEw=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 2c6bbd9

Please sign in to comment.