Update HOL Light to rev 122.

svn path=/nixpkgs/trunk/; revision=31956
This commit is contained in:
Marco Maggesi 2012-02-01 14:37:50 +00:00
parent eeeab81863
commit 7c90b6a9bc
1 changed files with 3 additions and 3 deletions

View File

@ -9,11 +9,11 @@ let
in in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "hol_light-20120109"; name = "hol_light-20120129";
src = fetchsvn { src = fetchsvn {
url = http://hol-light.googlecode.com/svn/trunk; url = http://hol-light.googlecode.com/svn/trunk;
rev = "118"; rev = "122";
sha256 = "97e72dad731338328c031421512c26d440a989ea083f3ae34820eb8413aff495"; sha256 = "d837ba5fe941af9595540691ba4be34e58174ba9a9c7e1ce57620e5cd4385769";
}; };
buildInputs = [ ocaml findlib camlp5 ]; buildInputs = [ ocaml findlib camlp5 ];