coqPackages.mathcomp-finmap: 1.5.1 → 1.5.2

authored by Vincent Laporte and committed by Vincent Laporte 773140e9 36fbe238

+2
+2
pkgs/development/coq-modules/mathcomp-finmap/default.nix
··· 7 7 owner = "math-comp"; 8 8 inherit version; 9 9 defaultVersion = with versions; switch [ coq.version mathcomp.version ] [ 10 + { cases = [ (range "8.13" "8.15") (isGe "1.12") ]; out = "1.5.2"; } 10 11 { cases = [ (isGe "8.10") (isGe "1.11") ]; out = "1.5.1"; } 11 12 { cases = [ (range "8.7" "8.11") "1.11.0" ]; out = "1.5.0"; } 12 13 { cases = [ (isEq "8.11") (range "1.8" "1.10") ]; out = "1.4.0+coq-8.11"; } ··· 16 17 { cases = [ (range "8.6" "8.7") (range "1.6.1" "1.7") ]; out = "1.0.0"; } 17 18 ] null; 18 19 release = { 20 + "1.5.2".sha256 = "sha256-0KmmSjc2AlUo6BKr9RZ4FjL9wlGISlTGU0X1Eu7l4sw="; 19 21 "1.5.1".sha256 = "0ryfml4pf1dfya16d8ma80favasmrygvspvb923n06kfw9v986j7"; 20 22 "1.5.0".sha256 = "0vx9n1fi23592b3hv5p5ycy7mxc8qh1y5q05aksfwbzkk5zjkwnq"; 21 23 "1.4.1".sha256 = "0kx4nx24dml1igk0w0qijmw221r5bgxhwhl5qicnxp7ab3c35s8p";