about summary refs log tree commit diff
path: root/pkgs/development/coq-modules/graph-theory
diff options
context:
space:
mode:
authorThéo Zimmermann <theo.zimmermann@inria.fr>2021-09-27 21:52:40 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-10-13 10:44:09 +0200
commit3437b543fd344820710184d6593b4832e1ee73df (patch)
treead07adada6bd410a592d4e009b0ad564fd715ef6 /pkgs/development/coq-modules/graph-theory
parentf9203f09e2467e9c634ec8f136bb0adfe6964f2f (diff)
coq_8_14: init at 8.14+rc1
Diffstat (limited to 'pkgs/development/coq-modules/graph-theory')
-rw-r--r--pkgs/development/coq-modules/graph-theory/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/graph-theory/default.nix b/pkgs/development/coq-modules/graph-theory/default.nix
index 5607d342a2eb2..1ecda185cdd89 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 = isGe "8.13"; out = "0.9"; }
+    { case = isEq "8.13"; out = "0.9"; }
   ] null;
 
   propagatedBuildInputs = [ mathcomp-algebra mathcomp-finmap hierarchy-builder ];