Merge pull request #172292 from r-ryantm/auto-update/python3.10-stripe

python310Packages.stripe: 2.76.0 -> 3.0.0
This commit is contained in:
Mario Rodas 2022-05-14 19:01:46 -05:00 committed by GitHub
commit 8510afec94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "2.76.0";
version = "3.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/T/Gk1w7YYmWcZFge2846+SQAFpZC00NQ/vjq6Rd7Kg=";
hash = "sha256-/rQA1woPv6VN9+Y3bI+bh2Ud7Zd81qAu4yxmGmB+JZo=";
};
propagatedBuildInputs = [