Merge pull request #315220 from r-ryantm/auto-update/python311Packages.stripe

python311Packages.stripe: 9.7.0 -> 9.8.0
This commit is contained in:
Robert Schütz 2024-05-28 04:30:02 +00:00 committed by GitHub
commit 5e1eeb2071
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "9.7.0";
version = "9.8.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-r2lHI795aM6hipVmQdzveG7B9y3oAicY+j7194aL1DA=";
hash = "sha256-YxYfynRstqgeIVi/YZUMy4118bcjHH9KyeBYF6q1hrQ=";
};
build-system = [ setuptools ];