python310Packages.stripe: 2.70.0 -> 2.71.0

This commit is contained in:
R. Ryantm 2022-04-09 06:59:18 +00:00
parent 323ec2f729
commit 81e9dbc4cf

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "2.70.0";
version = "2.71.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7YiX9o5rrDOYzJmOtWNFUYQGMNZQTAAm/P0K2RyadKQ=";
hash = "sha256-38AE/EOfylmYsVVBTyq46Ou3WJ5LdJJlP0usgQCDYcM=";
};
propagatedBuildInputs = [