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

python310Packages.stripe: 3.5.0 -> 4.0.1
This commit is contained in:
Fabian Affolter 2022-08-04 10:42:45 +02:00 committed by GitHub
commit dd825551bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "3.5.0";
version = "4.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CPdMrmYZ1KfXj4Fi/3K8PpyRP1PsluzV3cfYI8Lnnd0=";
hash = "sha256-eRwaQZwqlw+U6QnJqCypeihfrZuSwdETt8aNyICfdck=";
};
propagatedBuildInputs = [