Skip to content

Commit ec1aa8f

Browse files
affeldt-aistvbgl
authored andcommitted
mathcomp-analysis: 1.8.0 -> 1.9.0
mathcomp-infotheo: add 0.9.1
1 parent ffddd6c commit ec1aa8f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pkgs/development/coq-modules/mathcomp-analysis/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ let
1515
repo = "analysis";
1616
owner = "math-comp";
1717

18+
release."1.9.0".sha256 = "sha256-zj7WSDUg8ISWxcipGpjEwvvnLp1g8nm23BZiib/15+g=";
1819
release."1.8.0".sha256 = "sha256-2ZafDmZAwGB7sxdUwNIE3xvwBRw1kFDk0m5Vz+onWZc=";
1920
release."1.7.0".sha256 = "sha256-GgsMIHqLkWsPm2VyOPeZdOulkN00IoBz++qA6yE9raQ=";
2021
release."1.5.0".sha256 = "sha256-EWogrkr5TC5F9HjQJwO3bl4P8mij8U7thUGJNNI+k88=";
@@ -52,7 +53,7 @@ let
5253
(range "8.19" "8.20")
5354
(range "2.1.0" "2.3.0")
5455
];
55-
out = "1.8.0";
56+
out = "1.9.0";
5657
}
5758
{
5859
cases = [

pkgs/development/coq-modules/mathcomp-infotheo/default.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
lib.switch
2424
[ coq.version mathcomp-analysis.version ]
2525
[
26+
{
27+
cases = [
28+
(range "8.19" "8.20")
29+
(isGe "1.9")
30+
];
31+
out = "0.9.1";
32+
}
2633
{
2734
cases = [
2835
(range "8.19" "8.20")
@@ -81,6 +88,7 @@
8188
}
8289
]
8390
null;
91+
release."0.9.1".sha256 = "sha256-WI20HxMHr1ZUwOGPIUl+nRI8TxVUa2+F1xcGjRDHO9g=";
8492
release."0.7.7".sha256 = "sha256-kEbpMl7U+I2kvqi1VrjhIVFkZFO6h0tTHEUZRbHYG7E=";
8593
release."0.7.5".sha256 = "sha256-pzPo+Acjx3vlyqOkSZQ8uT2BDLSTfbAnRm39e+/CqE0=";
8694
release."0.7.3".sha256 = "sha256-7+qPtE1KfDmo9ZsQtWMzoR2MYnFpTjFHK/yZYVm+GxA=";

0 commit comments

Comments
 (0)