python312Packages.stripe: 11.1.0 -> 11.2.0

This commit is contained in:
R. Ryantm 2024-11-09 21:09:08 +00:00
parent d2d4c4f350
commit 92e125410c

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "11.1.0";
version = "11.2.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-H6xmDcwwFCaMr8lKRevqxm8adSNl9gAZ0iY+DB4Plls=";
hash = "sha256-TFPWHXtZYHAyS/pdchWEMUX+VGbkiXPYKKq0GtIJtc4=";
};
build-system = [ setuptools ];