python311Packages.stripe: 9.6.0 -> 9.7.0

This commit is contained in:
R. Ryantm 2024-05-21 10:54:47 +00:00 committed by natsukium
parent 95e87a98d5
commit a693864b71
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "9.6.0";
version = "9.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-kwXYSc6nFdxZxeOdAYkUdbguEO252V7h2BiUV+XeeS8=";
hash = "sha256-r2lHI795aM6hipVmQdzveG7B9y3oAicY+j7194aL1DA=";
};
nativeBuildInputs = [ setuptools ];