python36Packages.stripe: 2.6.0 -> 2.10.1 (#50602)

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.6-stripe/versions
This commit is contained in:
R. RyanTM 2018-11-18 12:13:42 -08:00 committed by xeji
parent 53a25ecd83
commit 8f7a3f4238

View file

@ -3,7 +3,7 @@
buildPythonPackage rec {
pname = "stripe";
version = "2.6.0";
version = "2.10.1";
# 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 = "ce8fc8af33e12d3d92b083b86952227e9af6854eaf6a044a7725ac543b0582f8";
sha256 = "12dslgxr06ymv1w9lzvlxp1zg0p6zg58l67pdb3v5v24c51rxrg7";
};
checkInputs = [ unittest2 mock ];