Merge pull request #69931 from r-ryantm/auto-update/python3.7-stripe

python37Packages.stripe: 2.30.0 -> 2.35.1
This commit is contained in:
Jon
2019-09-29 05:58:37 -07:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "stripe";
version = "2.30.0";
version = "2.35.1";
# Tests require network connectivity and there's no easy way to disable
# them. ~ C.
@@ -10,7 +10,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "de6be07c9e8a350d588278186316f66c72af7036aa5e917d1a924fb875249034";
sha256 = "0rmzba8yig426anf8fxiacyvwchlsws746757sgvw748n8lrarbw";
};
propagatedBuildInputs = [ requests ];