python312Packages.stripe: 11.2.0 -> 11.3.0 (#363305)

This commit is contained in:
Robert Schütz
2024-12-08 17:38:05 -08:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "11.2.0";
version = "11.3.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-TFPWHXtZYHAyS/pdchWEMUX+VGbkiXPYKKq0GtIJtc4=";
hash = "sha256-mOYl2d26vOzwJmaGcWlpbhE9nquieXn7MQp6jf1ECXw=";
};
build-system = [ setuptools ];