1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

coq2html: 1.2 → 1.3

This commit is contained in:
Vincent Laporte 2021-10-06 21:57:14 +02:00 committed by Vincent Laporte
parent 2db064d028
commit e31bc3d26a
2 changed files with 3 additions and 3 deletions

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "coq2html";
version = "1.2";
version = "1.3";
src = fetchFromGitHub {
owner = "xavierleroy";
repo = "coq2html";
rev = "v${version}";
sha256 = "sha256-ty/6A3wivjDCrmlZAcZyaIwQQ+vPBJm9MhtW6nZcV3s=";
sha256 = "sha256:1ad825yifn518wk1c2y2ji10q3m468r8ajjgw2nzzy7d608nx7yq";
};
nativeBuildInputs = [ ocaml ];

View file

@ -31069,7 +31069,7 @@ with pkgs;
coqPackages coq
;
coq2html = callPackage ../applications/science/logic/coq2html { };
coq2html = callPackage ../tools/typesetting/coq2html { };
cryptoverif = callPackage ../applications/science/logic/cryptoverif { };