Skip to content

Commit 942c62d

Browse files
vbgleponier
authored andcommitted
Use mathcomp-word 3.4
And mark compatible with mathcomp 2.5
1 parent 67b1c0d commit 942c62d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ depends: [
3535
"ocamlfind" { build }
3636
"coq" {>= "8.20.0" & < "9.1~"}
3737
"coq-elpi" {>= "2.5.1"}
38-
"coq-mathcomp-ssreflect" {>= "2.0" & < "2.5~"}
38+
"coq-mathcomp-ssreflect" {>= "2.0" & < "2.6~"}
3939
"coq-mathcomp-algebra"
4040
"coq-mathcomp-algebra-tactics"
41-
"coq-mathcomp-word" {>= "3.3"}
41+
"coq-mathcomp-word" {>= "3.4"}
4242
"coq-paco"
4343
"coq-itree"
4444
]

scripts/mathcomp-word.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
let inherit (coqPackages) coq; in
44

5-
let rev = "8a677724135da3ef369f154b060c7fd97239ff15"; in
5+
let rev = "cc1b73985d5d6a575d79fb70584171a5b2f08fb3"; in
66

77
stdenv.mkDerivation rec {
8-
version = "3.3-git-${builtins.substring 0 8 rev}";
8+
version = "3.4-git-${builtins.substring 0 8 rev}";
99
pname = "coq${coq.coq-version}-mathcomp-word";
1010

1111
src = fetchFromGitHub {
1212
owner = "jasmin-lang";
1313
repo = "coqword";
1414
inherit rev;
15-
hash = "sha256-5ZKz2QKOfMRCfppR/3oKzIghEU1pMUB0128OdSP6ptw=";
15+
hash = "sha256-yRB7hcttDJCQ8Y2Xbj2iuQSSAlL0MdyAJibJWU+hnrA=";
1616
};
1717

1818
buildInputs = [ coq ocaml dune_3 ];

0 commit comments

Comments
 (0)