python: stripe: 2.35.1 -> 2.37.2

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:49 +02:00
parent dfc8c2a03c
commit bad6a00273

View file

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "stripe";
version = "2.35.1";
version = "2.37.2";
# 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 = "0rmzba8yig426anf8fxiacyvwchlsws746757sgvw748n8lrarbw";
sha256 = "7ad8ee6d9bdca86d6ed38c4eb48b1b67b9529ac4fee6c26d3f9aa4d5e98b50d6";
};
propagatedBuildInputs = [ requests ];