python310Packages.stripe: 3.2.0 -> 3.3.0

This commit is contained in:
R. Ryantm 2022-06-09 06:00:38 +00:00
parent 6c2776e8f2
commit c91cec755b

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "3.2.0";
version = "3.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2aR959ljz2mogPPQSWG3ksQPRWx04Jh4VRVV3jwiYfA=";
hash = "sha256-2sYMEC+2eorJqhZWmwr9DWO5bGK+BkCIUZ4cZhs/Ofo=";
};
propagatedBuildInputs = [