Merge pull request #60745 from r-ryantm/auto-update/python3.7-stripe

python37Packages.stripe: 2.21.0 -> 2.27.0
This commit is contained in:
Mario Rodas
2019-05-08 21:29:33 -05:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
buildPythonPackage rec {
pname = "stripe";
version = "2.21.0";
version = "2.27.0";
# Tests require network connectivity and there's no easy way to disable
# them. ~ C.
@@ -11,7 +11,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "170f76f2502888debf02da580138c840497b9359876ca3838f4692f2f02c9110";
sha256 = "0pvypngbmiji92nfs28bmiyl7brsm6cj18d9vhnwyydnzn3nlkl1";
};
checkInputs = [ unittest2 mock ];