python310Packages.stripe: 3.2.0 -> 3.3.0

This commit is contained in:
R. Ryantm
2022-06-09 06:00:38 +00:00
committed by Florian Brandes
parent 60095c073c
commit 8ba370eec5

View File

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