summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2023-01-20 19:27:54 -0500
committerGitHub <noreply@github.com>2023-01-20 19:27:54 -0500
commitf80c4bc1130ddd316ecf653d1c186f3dc48a9990 (patch)
tree95a1cfa5471d28d10111f4b051f24c0f43367173
parent890226f9ba2365ccce834a6d96feed41dcdbc79e (diff)
parentbb7b6e68aa46bbdd2162b881a8985f7e31d895f6 (diff)
Merge pull request #211770 from r-ryantm/auto-update/python310Packages.plaid-python
python310Packages.plaid-python: 11.3.0 -> 11.4.0
-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 2c14b258a11d..51f96c24ab58 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 = "11.3.0";
+ version = "11.4.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
- hash = "sha256-zZGnKFLsT29IX8EK1Tv5I1Ser+9tREzkJcYY6+Fid6o=";
+ hash = "sha256-5IHFChiIm/6x3xr+F+RIAZ3kDYQsXs+baFqUasjI8qs=";
};
propagatedBuildInputs = [