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

python311Packages.stripe: 9.8.0 -> 9.9.0
This commit is contained in:
Nick Cao 2024-06-03 13:59:05 -04:00 committed by GitHub
commit 921ec46406
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.8.0";
version = "9.9.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-YxYfynRstqgeIVi/YZUMy4118bcjHH9KyeBYF6q1hrQ=";
hash = "sha256-xC2Pa0RjpU86AlWBgQ9OYy4tWnHeYQD8WV11WB9ppJI=";
};
build-system = [ setuptools ];