python310Packages.stripe: 3.5.0 -> 4.0.1

This commit is contained in:
R. Ryantm 2022-08-03 09:44:14 +00:00
parent d4de56330c
commit 1483fac7cb

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