python: stripe: 2.4.0 -> 2.6.0

This commit is contained in:
Frederik Rietdijk 2018-08-25 07:50:48 +02:00
parent e5e1408c78
commit b99101d9cc

View file

@ -3,7 +3,7 @@
buildPythonPackage rec {
pname = "stripe";
version = "2.4.0";
version = "2.6.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 = "02c63cec551bba9b4785d156b518699e8ff0e6e6f96d00a72daa075683487202";
sha256 = "ce8fc8af33e12d3d92b083b86952227e9af6854eaf6a044a7725ac543b0582f8";
};
checkInputs = [ unittest2 mock ];