python: plaid-python: 2.3.4 -> 2.4.0
This commit is contained in:
parent
688285c0bc
commit
9cfa9a8fba
@ -1,12 +1,12 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, requests, pytest }:
|
{ lib, buildPythonPackage, fetchPypi, requests, pytest }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2.3.4";
|
version = "2.4.0";
|
||||||
pname = "plaid-python";
|
pname = "plaid-python";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "fefa30cbd1114844a07b6a37d95fd6657774ce8a551a2ac79641887cd63c72db";
|
sha256 = "734fe8328b7fc9a52f8e204b4cce99dd475fe5add784a57fdf0f0cb99eb752a0";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
Loading…
Reference in New Issue
Block a user