From 9ad12d1d8c5311f50df5ecd8922f4d8eff718a04 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 8 Sep 2022 18:06:34 +0200 Subject: [PATCH] coqPackages.graph-theory: enable for Coq 8.16 --- pkgs/development/coq-modules/graph-theory/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/coq-modules/graph-theory/default.nix b/pkgs/development/coq-modules/graph-theory/default.nix index 9ba5f03a562..c2fca0a16a7 100644 --- a/pkgs/development/coq-modules/graph-theory/default.nix +++ b/pkgs/development/coq-modules/graph-theory/default.nix @@ -12,7 +12,7 @@ mkCoqDerivation { inherit version; defaultVersion = with versions; switch coq.coq-version [ - { case = range "8.13" "8.15"; out = "0.9"; } + { case = range "8.13" "8.16"; out = "0.9"; } ] null; propagatedBuildInputs = [ mathcomp-algebra mathcomp-finmap mathcomp-fingroup hierarchy-builder ];