From 0697e32ae17989d188e788d930d3a4960cb7c56f Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 13 Apr 2023 08:57:18 +0200 Subject: coqPackages_8_17: enable a few packages for Coq 8.17 --- pkgs/development/coq-modules/category-theory/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/coq-modules/category-theory/default.nix') diff --git a/pkgs/development/coq-modules/category-theory/default.nix b/pkgs/development/coq-modules/category-theory/default.nix index ed214533b03..dc0bd6cfcad 100644 --- a/pkgs/development/coq-modules/category-theory/default.nix +++ b/pkgs/development/coq-modules/category-theory/default.nix @@ -17,7 +17,7 @@ mkCoqDerivation { inherit version; defaultVersion = with lib.versions; lib.switch coq.coq-version [ - { case = range "8.14" "8.16"; out = "1.0.0"; } + { case = range "8.14" "8.17"; out = "1.0.0"; } { case = range "8.10" "8.15"; out = "20211213"; } { case = range "8.8" "8.9"; out = "20190414"; } { case = range "8.6" "8.7"; out = "20180709"; } -- cgit 1.4.1