python: stripe: 2.10.1 -> 2.21.0

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:31 +01:00
parent d9abbebc5e
commit 8951423f30

View File

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