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

authored by Pierre Roux and committed by Vincent Laporte 9cac65b6 3591786e

+8
+8
pkgs/development/coq-modules/mathcomp-algebra-tactics/default.nix
··· 25 25 [ 26 26 { 27 27 cases = [ 28 + (range "8.20" "9.0") 29 + (isGe "2.4") 30 + ]; 31 + out = "1.2.5"; 32 + } 33 + { 34 + cases = [ 28 35 (range "8.16" "9.0") 29 36 (isGe "2.0") 30 37 ]; ··· 59 66 release."1.2.2".sha256 = "sha256-EU9RJGV3BvnmsX+mGH+6+MDXiGHgDI7aP5sIYiMUXTs="; 60 67 release."1.2.3".sha256 = "sha256-6uc1VEfDv+fExEfBR2c0/Q/KjrkX0TbEMCLgeYcpkls="; 61 68 release."1.2.4".sha256 = "sha256-BRxt0LGPz2u3kJRjcderaZqCfs8M8qKAAwNSWmIck7Q="; 69 + release."1.2.5".sha256 = "sha256-wTfe+g7ljWs1S+g02VQutnJGLVIOzNX1lm1HTMXeUUA="; 62 70 63 71 propagatedBuildInputs = [ 64 72 mathcomp-ssreflect