python312Packages.stripe: 11.3.0 -> 11.4.1

This commit is contained in:
R. Ryantm
2024-12-29 16:23:31 +00:00
parent 7fa1a3c6b3
commit b8f5e6ac7b
@@ -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 ];