python312Packages.stripe: 9.12.0 -> 10.3.0

This commit is contained in:
R. Ryantm 2024-07-15 17:29:42 +00:00
parent b64e7d2266
commit 5215b63e7c

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "9.12.0";
version = "10.3.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-y8Umq9DwAckgwyO6fEDM497hZH2SDp2+yuNIjzc2dSQ=";
hash = "sha256-VlFfrwy+6C8n2bBmQDmIoQcwH8gHZ1AL6XiaJdZfK64=";
};
build-system = [ setuptools ];