Skip to content

Commit

Permalink
hevea: 2.29 -> 2.31
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Oct 23, 2017
1 parent d2f9dc4 commit c42e772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/typesetting/hevea/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, ocamlPackages }:

stdenv.mkDerivation rec {
name = "hevea-2.29";
name = "hevea-2.31";

src = fetchurl {
url = "http://pauillac.inria.fr/~maranget/hevea/distri/${name}.tar.gz";
sha256 = "1i7qkar6gjpsxqgdm90xxgp15z7gfyja0rn62n23a9aahc0hpgq6";
sha256 = "15xrnnqlacz8dpr09h7jgijm65wss99rmy9mb1zmapplmwhavmzv";
};

buildInputs = with ocamlPackages; [ ocaml ocamlbuild ];
Expand Down

0 comments on commit c42e772

Please sign in to comment.