mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #230891 from proux01/update-mathcomp-1.17.0
Mathcomp 1.16.0 -> 1.17.0
This commit is contained in:
commit
499cad7a72
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
inherit version;
|
inherit version;
|
||||||
defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [
|
defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [
|
||||||
|
{ cases = [ (range "8.15" "8.17") (isGe "1.15.0") ]; out = "1.1.3"; }
|
||||||
{ cases = [ (range "8.13" "8.17") (isGe "1.13.0") ]; out = "1.1.1"; }
|
{ cases = [ (range "8.13" "8.17") (isGe "1.13.0") ]; out = "1.1.1"; }
|
||||||
{ cases = [ (range "8.10" "8.15") (isGe "1.12.0") ]; out = "1.1.0"; }
|
{ cases = [ (range "8.10" "8.15") (isGe "1.12.0") ]; out = "1.1.0"; }
|
||||||
{ cases = [ (isGe "8.10") (range "1.11.0" "1.12.0") ]; out = "1.0.5"; }
|
{ cases = [ (isGe "8.10") (range "1.11.0" "1.12.0") ]; out = "1.0.5"; }
|
||||||
@ -15,6 +16,7 @@
|
|||||||
{ cases = [ (isGe "8.7") "1.10.0" ]; out = "1.0.3"; }
|
{ cases = [ (isGe "8.7") "1.10.0" ]; out = "1.0.3"; }
|
||||||
] null;
|
] null;
|
||||||
|
|
||||||
|
release."1.1.3".sha256 = "sha256-xhqWpg86xbU1GbDtXXInNCTArjjPnWZctWiiasq1ScU=";
|
||||||
release."1.1.1".sha256 = "sha256-ExAdC3WuArNxS+Sa1r4x5aT7ylbCvP/BZXfkdQNAvZ8=";
|
release."1.1.1".sha256 = "sha256-ExAdC3WuArNxS+Sa1r4x5aT7ylbCvP/BZXfkdQNAvZ8=";
|
||||||
release."1.1.0".sha256 = "1vyhfna5frkkq2fl1fkg2mwzpg09k3sbzxxpyp14fjay81xajrxr";
|
release."1.1.0".sha256 = "1vyhfna5frkkq2fl1fkg2mwzpg09k3sbzxxpyp14fjay81xajrxr";
|
||||||
release."1.0.6".sha256 = "0lqkyfj4qbq8wr3yk8qgn7mclw582n3fjl9l19yp8cnchspzywx0";
|
release."1.0.6".sha256 = "0lqkyfj4qbq8wr3yk8qgn7mclw582n3fjl9l19yp8cnchspzywx0";
|
||||||
|
@ -7,11 +7,13 @@ mkCoqDerivation {
|
|||||||
domain = "gitlab.inria.fr";
|
domain = "gitlab.inria.fr";
|
||||||
inherit version;
|
inherit version;
|
||||||
defaultVersion = with lib.versions; lib.switch coq.coq-version [
|
defaultVersion = with lib.versions; lib.switch coq.coq-version [
|
||||||
|
{ case = range "8.12" "8.17"; out = "3.3.1"; }
|
||||||
{ case = range "8.12" "8.17"; out = "3.3.0"; }
|
{ case = range "8.12" "8.17"; out = "3.3.0"; }
|
||||||
{ case = range "8.8" "8.16"; out = "3.2.0"; }
|
{ case = range "8.8" "8.16"; out = "3.2.0"; }
|
||||||
{ case = range "8.8" "8.13"; out = "3.1.0"; }
|
{ case = range "8.8" "8.13"; out = "3.1.0"; }
|
||||||
{ case = range "8.5" "8.9"; out = "3.0.2"; }
|
{ case = range "8.5" "8.9"; out = "3.0.2"; }
|
||||||
] null;
|
] null;
|
||||||
|
release."3.3.1".sha256 = "sha256-YCvd4aIt2BxLKBYSWzN7aqo0AuY7z8oADmKvybhYBQI=";
|
||||||
release."3.3.0".sha256 = "sha256-bh9qP/EhWrHpTe2GMGG3S2vgBSSK088mFfhAIGejVoU=";
|
release."3.3.0".sha256 = "sha256-bh9qP/EhWrHpTe2GMGG3S2vgBSSK088mFfhAIGejVoU=";
|
||||||
release."3.2.0".sha256 = "07w7dbl8x7xxnbr2q39wrdh054gvi3daqjpdn1jm53crsl1fjxm4";
|
release."3.2.0".sha256 = "07w7dbl8x7xxnbr2q39wrdh054gvi3daqjpdn1jm53crsl1fjxm4";
|
||||||
release."3.1.0".sha256 = "02i0djar13yk01hzaqprcldhhscn9843x9nf6x3jkv4wv1jwnx9f";
|
release."3.1.0".sha256 = "02i0djar13yk01hzaqprcldhhscn9843x9nf6x3jkv4wv1jwnx9f";
|
||||||
|
@ -19,8 +19,9 @@ let
|
|||||||
owner = "math-comp";
|
owner = "math-comp";
|
||||||
withDoc = single && (args.withDoc or false);
|
withDoc = single && (args.withDoc or false);
|
||||||
defaultVersion = with versions; lib.switch coq.coq-version [
|
defaultVersion = with versions; lib.switch coq.coq-version [
|
||||||
{ case = range "8.13" "8.17"; out = "1.16.0"; }
|
{ case = isGe "8.15"; out = "1.17.0"; }
|
||||||
{ case = range "8.16" "8.17"; out = "2.0.0"; }
|
{ case = range "8.16" "8.17"; out = "2.0.0"; }
|
||||||
|
{ case = range "8.13" "8.17"; out = "1.16.0"; }
|
||||||
{ case = range "8.14" "8.16"; out = "1.15.0"; }
|
{ case = range "8.14" "8.16"; out = "1.15.0"; }
|
||||||
{ case = range "8.11" "8.15"; out = "1.14.0"; }
|
{ case = range "8.11" "8.15"; out = "1.14.0"; }
|
||||||
{ case = range "8.11" "8.15"; out = "1.13.0"; }
|
{ case = range "8.11" "8.15"; out = "1.13.0"; }
|
||||||
@ -34,6 +35,7 @@ let
|
|||||||
] null;
|
] null;
|
||||||
release = {
|
release = {
|
||||||
"2.0.0".sha256 = "sha256-dpOmrHYUXBBS9kmmz7puzufxlbNpIZofpcTvJFLG5DI=";
|
"2.0.0".sha256 = "sha256-dpOmrHYUXBBS9kmmz7puzufxlbNpIZofpcTvJFLG5DI=";
|
||||||
|
"1.17.0".sha256 = "sha256-bUfoSTMiW/GzC1jKFay6DRqGzKPuLOSUsO6/wPSFwNg=";
|
||||||
"1.16.0".sha256 = "sha256-gXTKhRgSGeRBUnwdDezMsMKbOvxdffT+kViZ9e1gEz0=";
|
"1.16.0".sha256 = "sha256-gXTKhRgSGeRBUnwdDezMsMKbOvxdffT+kViZ9e1gEz0=";
|
||||||
"1.15.0".sha256 = "1bp0jxl35ms54s0mdqky15w9af03f3i0n06qk12k4gw1xzvwqv21";
|
"1.15.0".sha256 = "1bp0jxl35ms54s0mdqky15w9af03f3i0n06qk12k4gw1xzvwqv21";
|
||||||
"1.14.0".sha256 = "07yamlp1c0g5nahkd2gpfhammcca74ga2s6qr7a3wm6y6j5pivk9";
|
"1.14.0".sha256 = "07yamlp1c0g5nahkd2gpfhammcca74ga2s6qr7a3wm6y6j5pivk9";
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
inherit version;
|
inherit version;
|
||||||
defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [
|
defaultVersion = with lib.versions; lib.switch [ coq.version mathcomp.version ] [
|
||||||
|
{ cases = [ (isGe "8.15") (isGe "1.15.0") ]; out = "1.6.0"; }
|
||||||
{ cases = [ (isGe "8.10") (isGe "1.13.0") ]; out = "1.5.6"; }
|
{ cases = [ (isGe "8.10") (isGe "1.13.0") ]; out = "1.5.6"; }
|
||||||
{ cases = [ (range "8.10" "8.16") (range "1.12.0" "1.15.0") ]; out = "1.5.5"; }
|
{ cases = [ (range "8.10" "8.16") (range "1.12.0" "1.15.0") ]; out = "1.5.5"; }
|
||||||
{ cases = [ (range "8.10" "8.12") "1.12.0" ]; out = "1.5.3"; }
|
{ cases = [ (range "8.10" "8.12") "1.12.0" ]; out = "1.5.3"; }
|
||||||
@ -18,6 +19,7 @@
|
|||||||
{ cases = [ "8.6" (range "1.6" "1.7") ]; out = "1.1"; }
|
{ cases = [ "8.6" (range "1.6" "1.7") ]; out = "1.1"; }
|
||||||
] null;
|
] null;
|
||||||
release = {
|
release = {
|
||||||
|
"1.6.0".sha256 = "sha256-lEM+sjqajIOm1c3lspHqcSIARgMR9RHbTQH4veHLJfU=";
|
||||||
"1.5.6".sha256 = "sha256-cMixgc34T9Ic6v+tYmL49QUNpZpPV5ofaNuHqblX6oY=";
|
"1.5.6".sha256 = "sha256-cMixgc34T9Ic6v+tYmL49QUNpZpPV5ofaNuHqblX6oY=";
|
||||||
"1.5.5".sha256 = "sha256-VdXA51vr7DZl/wT/15YYMywdD7Gh91dMP9t7ij47qNQ=";
|
"1.5.5".sha256 = "sha256-VdXA51vr7DZl/wT/15YYMywdD7Gh91dMP9t7ij47qNQ=";
|
||||||
"1.5.4".sha256 = "0s4sbh4y88l125hdxahr56325hdhxxdmqmrz7vv8524llyv3fciq";
|
"1.5.4".sha256 = "0s4sbh4y88l125hdxahr56325hdhxxdmqmrz7vv8524llyv3fciq";
|
||||||
|
Loading…
Reference in New Issue
Block a user