python312Packages.stripe: 11.3.0 -> 11.4.1 (#366469)

This commit is contained in:
OTABI Tomoya
2024-12-30 15:45:05 +09:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "11.3.0";
version = "11.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-mOYl2d26vOzwJmaGcWlpbhE9nquieXn7MQp6jf1ECXw=";
hash = "sha256-fd0lG2ItSQ/lfXhIeFXcn02VsbsRNgfoH9N3A3oTPVo=";
};
build-system = [ setuptools ];