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

python310Packages.stripe: 2.73.0 -> 2.74.0
This commit is contained in:
Fabian Affolter 2022-04-22 14:41:42 +02:00 committed by GitHub
commit 844470ab8c
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.73.0";
version = "2.74.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Z5JG1mPaX7OElL48OoIljUdqu4TKrmfwrh85Z81i0zo=";
hash = "sha256-+o7StcJBv9peiYTWBnIfnDUqodiG3sVQJBbKBOALktA=";
};
propagatedBuildInputs = [