coqPackages.mathcomp-algebra-tactics 1.0.0 -> 1.1.1

authored by

Pierre Roux and committed by
Vincent Laporte
6302147d 40ed0699

+2
+2
pkgs/development/coq-modules/mathcomp-algebra-tactics/default.nix
··· 9 9 10 10 defaultVersion = with lib.versions; 11 11 lib.switch [ coq.coq-version mathcomp-algebra.version ] [ 12 + { cases = [ (range "8.16" "8.17") (isGe "1.15") ]; out = "1.1.1"; } 12 13 { cases = [ (range "8.13" "8.16") (isGe "1.12") ]; out = "1.0.0"; } 13 14 ] null; 14 15 15 16 release."1.0.0".sha256 = "sha256-kszARPBizWbxSQ/Iqpf2vLbxYc6AjpUCLnSNlPcNfls="; 17 + release."1.1.1".sha256 = "sha256-5wItMeeTRoJlRBH3zBNc2VUZn6pkDde60YAvXTx+J3U="; 16 18 17 19 propagatedBuildInputs = [ mathcomp-algebra coq-elpi mathcomp-zify ]; 18 20