python312Packages.stripe: 11.4.1 -> 11.5.0

This commit is contained in:
R. Ryantm
2025-02-02 18:18:04 +00:00
parent 3d2294753d
commit b40cfcb9db
@@ -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 ];