python312Packages.stripe: 10.6.0 -> 10.7.0

This commit is contained in:
R. Ryantm
2024-08-14 02:09:28 +00:00
parent fe131a9b69
commit b55ae062c7
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "10.6.0";
version = "10.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-QcywraWSjYlTDtBtF6cb+/X06k8jJOMNjWNqKrcYCnQ=";
hash = "sha256-ntrb2osKtZRajWo7WNTw0UyPTneE9b1+c6uF/jYBRe8=";
};
build-system = [ setuptools ];