python37Packages.stripe: 2.30.0 -> 2.35.1

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.7-stripe/versions
This commit is contained in:
R. RyanTM 2019-09-28 17:10:51 -07:00
parent c455adcc42
commit 6b5e41a3c5

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 ];