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

python27Packages.stripe: 2.48.0 -> 2.49.0
This commit is contained in:
Mario Rodas 2020-07-26 16:37:56 -05:00 committed by GitHub
commit 5d846289bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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