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

python310Packages.stripe: 2.71.0 -> 2.72.0
This commit is contained in:
Mario Rodas 2022-04-14 04:56:11 -05:00 committed by GitHub
commit 42b17e3c0b
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.71.0";
version = "2.72.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-38AE/EOfylmYsVVBTyq46Ou3WJ5LdJJlP0usgQCDYcM=";
hash = "sha256-nKjoejNzV9IAjSdP9WNi8hnnNnEDC+KmNnSN7rE3d/s=";
};
propagatedBuildInputs = [