python312Packages.stripe: 10.7.0 -> 10.10.0

This commit is contained in:
R. Ryantm
2024-09-10 01:55:29 +00:00
parent dbb882849c
commit 3f2fe5c786
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "10.7.0";
version = "10.10.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-ntrb2osKtZRajWo7WNTw0UyPTneE9b1+c6uF/jYBRe8=";
hash = "sha256-gjUfnhBVwhYdw4wIqbv1xLbH8cr/z5EemZpwEjaUFeI=";
};
build-system = [ setuptools ];