python27Packages.stripe: 2.50.0 -> 2.54.0

This commit is contained in:
R. RyanTM 2020-10-04 01:22:42 +00:00
parent 046c6a7038
commit cd1957f88f

View File

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