python3Packages.docplex: 2.31.254 -> 2.32.264

This commit is contained in:
R. Ryantm
2026-04-06 07:08:26 +00:00
parent 1b6c7982dd
commit 6854f2b219
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "docplex";
version = "2.31.254";
version = "2.32.264";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-LGMpeN3r9/xIzLhGwtWrTrXs0CUMDGEmspu6vVNpwEY=";
hash = "sha256-Tisps1WecCvP4SxnR0KMdSsMOaUIqBrd8F7aqza3a9g=";
};
postPatch = ''