From f0167b812a80f587396d04475170fb01e4f7600b Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Mon, 2 Sep 2024 09:19:46 +0200 Subject: [PATCH] Try 7.7.2 for HLR poly/edge behaviour --- nix/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index 09773f5e84..8801082dce 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -81,7 +81,7 @@ ADD_COMMIT_SHA = os.getenv("ADD_COMMIT_SHA") PYTHON_VERSIONS = ["3.9.11", "3.10.3", "3.11.8", "3.12.1"] JSON_VERSION = "v3.6.1" OCE_VERSION = "0.18.3" -OCCT_VERSION = "7.5.3" +OCCT_VERSION = "7.7.2" BOOST_VERSION = "1.80.0" PCRE_VERSION = "8.41" LIBXML2_VERSION = "2.9.11"