python3Packages.docplex: 2.30.251 -> 2.31.254

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:43:12 +01:00
parent c693682e00
commit 4da593f1ed
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "docplex";
version = "2.30.251";
version = "2.31.254";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-ZQMhn1tRJ1p+TnfKQzKQOw+Akl0gUDCkjT9qp8oNvyo=";
hash = "sha256-LGMpeN3r9/xIzLhGwtWrTrXs0CUMDGEmspu6vVNpwEY=";
};
postPatch = ''