Updated HOL Light to revision 112
svn path=/nixpkgs/trunk/; revision=30369
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchsvn, writeScript, ocaml, findlib, camlp5}:
|
{stdenv, fetchsvn, writeScript, ocaml, findlib, camlp5}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "hol_light-20110813";
|
name = "hol_light-20111106";
|
||||||
src = fetchsvn {
|
src = fetchsvn {
|
||||||
url = http://hol-light.googlecode.com/svn/trunk;
|
url = http://hol-light.googlecode.com/svn/trunk;
|
||||||
rev = "102";
|
rev = "112";
|
||||||
sha256 = "5b972672db6aa1838dc5d130accd9ab6a62030c6b0c1dc4b69e42088b1ae86c9";
|
sha256 = "6c7b39ea024b2e8042c1a22a01f778caedaaf82189c9f2c1cfa8c08707151129";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib camlp5 ];
|
buildInputs = [ ocaml findlib camlp5 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user