z3_4_8_5: fix by using Python 3.11

This commit is contained in:
Vincent Laporte 2024-07-12 06:31:25 +02:00 committed by Vincent Laporte
parent cae5d2c711
commit e89db63f95

View File

@ -38103,7 +38103,8 @@ with pkgs;
inherit (callPackages ../applications/science/logic/z3 { python = python3; })
z3_4_12
z3_4_11
z3_4_8
z3_4_8;
inherit (callPackages ../applications/science/logic/z3 { python = python311; })
z3_4_8_5;
z3 = z3_4_8;
z3-tptp = callPackage ../applications/science/logic/z3/tptp.nix { };