python37Packages.stripe: 2.21.0 -> 2.27.0

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-05-02 03:52:31 -07:00
parent a381d42221
commit 6ca08c9d66

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