python312Packages.stripe: 11.4.1 -> 11.5.0 (#378900)

This commit is contained in:
Nick Cao
2025-02-03 19:13:11 -05:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "11.4.1";
version = "11.5.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-fd0lG2ItSQ/lfXhIeFXcn02VsbsRNgfoH9N3A3oTPVo=";
hash = "sha256-vD4DWP/CPV7PqKr+wfpPBI7oEHwyN7ywAAPmjIyW+gI=";
};
build-system = [ setuptools ];