3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.plaid-python: 2.3.0 -> 2.3.3 (#43905)

This commit is contained in:
Benjamin Hipple 2018-07-21 17:09:21 -04:00 committed by Robert Schütz
parent bddcd35e1d
commit bc4c0c4f4d

View file

@ -1,12 +1,12 @@
{ lib, buildPythonPackage, fetchPypi, requests, pytest }:
buildPythonPackage rec {
version = "2.3.0";
version = "2.3.3";
pname = "plaid-python";
src = fetchPypi {
inherit pname version;
sha256 = "0kp0crzjginmga6qvwwppar5b2pbdvwryf6vdpxgx7kkwzv33w97";
sha256 = "0jblc0bvzcns1dmsax6n0cvdg8867hm7snvdxa2l7v305h6gssjw";
};
checkInputs = [ pytest ];