Merge pull request #329852 from r-ryantm/auto-update/python312Packages.stripe

python312Packages.stripe: 10.3.0 -> 10.4.0
This commit is contained in:
Nick Cao 2024-07-25 18:56:36 -04:00 committed by GitHub
commit f462fc35ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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