python310Packages.stripe: 2.76.0 -> 3.0.0

This commit is contained in:
R. Ryantm 2022-05-10 06:46:09 +00:00
parent 5a68a4274d
commit 69a98c2869

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 = [