lol

coqPackages.mathcomp-real-closed: 2.0.2 -> 2.0.3

authored by

Pierre Roux and committed by
Vincent Laporte
cb817bb9 935b1cc6

+10 -2
+10 -2
pkgs/development/coq-modules/mathcomp-real-closed/default.nix
··· 17 17 owner = "math-comp"; 18 18 inherit version; 19 19 release = { 20 + "2.0.3".sha256 = "sha256-heZ7aZ7TO9YNAESIvbAc1qqzO91xMyLAox8VKueIk/s="; 20 21 "2.0.2".sha256 = "sha256-hBo9JMtmXDYBmf5ihKGksQLHv3c0+zDBnd8/aI2V/ao="; 21 22 "2.0.1".sha256 = "sha256-tQTI3PCl0q1vWpps28oATlzOI8TpVQh1jhTwVmhaZic="; 22 23 "2.0.0".sha256 = "sha256-sZvfiC5+5Lg4nRhfKKqyFzovCj2foAhqaq/w9F2bdU8="; ··· 37 38 [ 38 39 { 39 40 cases = [ 41 + (range "8.18" "9.0") 42 + (isGe "2.2.0") 43 + ]; 44 + out = "2.0.3"; 45 + } 46 + { 47 + cases = [ 40 48 (range "8.17" "9.0") 41 - (isGe "2.1.0") 49 + (range "2.1.0" "2.3.0") 42 50 ]; 43 51 out = "2.0.2"; 44 52 } 45 53 { 46 54 cases = [ 47 55 (range "8.17" "8.20") 48 - (isGe "2.0.0") 56 + (range "2.0.0" "2.2.0") 49 57 ]; 50 58 out = "2.0.1"; 51 59 }