python310Packages.stripe: 4.0.2 -> 4.1.0

This commit is contained in:
R. Ryantm 2022-08-20 05:44:48 +00:00
parent 287e8bfb2d
commit 6d716c70be

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "4.0.2";
version = "4.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-0IWz6UUKVVCRL0dsbbsrr6Ep5IXiTW9AR8UJT/CNXeI=";
hash = "sha256-hSrKk/Lu6rWCPSrPSlvtsl+Ub6EM6llaW1l9B0jxNl8=";
};
propagatedBuildInputs = [