python37Packages.stripe: 2.10.1 -> 2.18.0 (#54704)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-stripe/versions
This commit is contained in:
R. RyanTM 2019-02-25 08:00:01 -08:00 committed by xeji
parent 8ca7a22739
commit 8c00d376e3

View File

@ -3,7 +3,7 @@
buildPythonPackage rec {
pname = "stripe";
version = "2.10.1";
version = "2.18.0";
# Tests require network connectivity and there's no easy way to disable
# them. ~ C.
@ -11,7 +11,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "12dslgxr06ymv1w9lzvlxp1zg0p6zg58l67pdb3v5v24c51rxrg7";
sha256 = "0riqzxvhlbxw62ax89r18qj9nnz7kpbfspyblc8jrbj2jx9xaabr";
};
checkInputs = [ unittest2 mock ];