Merge pull request #99524 from r-ryantm/auto-update/python2.7-stripe

python27Packages.stripe: 2.50.0 -> 2.54.0
This commit is contained in:
Martin Weinelt 2020-10-04 05:12:01 +02:00 committed by GitHub
commit c5d9477c3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "stripe";
version = "2.50.0";
version = "2.54.0";
# 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 = "0c3c02c9b65644502a701d4ff939964799bd1a581fb3f8bf75a3f8675527ef48";
sha256 = "a622bce0d6d0ac99a53b6e6a6475c39250207d644f28ad0ed276af7b96d12617";
};
propagatedBuildInputs = [ requests ];