Commit 9cac65b6 authored by Pierre Roux's avatar Pierre Roux Committed by Vincent Laporte
Browse files

coqPackages.mathcomp-algebra-tactics: 1.2.4 -> 1.2.5

parent 3591786e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -23,6 +23,13 @@ mkCoqDerivation {
    lib.switch
      [ coq.coq-version mathcomp-algebra.version ]
      [
        {
          cases = [
            (range "8.20" "9.0")
            (isGe "2.4")
          ];
          out = "1.2.5";
        }
        {
          cases = [
            (range "8.16" "9.0")
@@ -59,6 +66,7 @@ mkCoqDerivation {
  release."1.2.2".sha256 = "sha256-EU9RJGV3BvnmsX+mGH+6+MDXiGHgDI7aP5sIYiMUXTs=";
  release."1.2.3".sha256 = "sha256-6uc1VEfDv+fExEfBR2c0/Q/KjrkX0TbEMCLgeYcpkls=";
  release."1.2.4".sha256 = "sha256-BRxt0LGPz2u3kJRjcderaZqCfs8M8qKAAwNSWmIck7Q=";
  release."1.2.5".sha256 = "sha256-wTfe+g7ljWs1S+g02VQutnJGLVIOzNX1lm1HTMXeUUA=";

  propagatedBuildInputs = [
    mathcomp-ssreflect