File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change 22
33let inherit ( coqPackages ) coq ; in
44
5- let rev = "8a677724135da3ef369f154b060c7fd97239ff15 " ; in
5+ let rev = "cc1b73985d5d6a575d79fb70584171a5b2f08fb3 " ; in
66
77stdenv . 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 ] ;
You can’t perform that action at this time.
0 commit comments