coqPackages.paco: 1.2.7 -> 1.2.8

This commit is contained in:
John Wiegley 2017-07-10 18:04:14 -07:00
parent 42e6b754fb
commit e78b9a68a0
No known key found for this signature in database
GPG Key ID: C144D8F4F19FE630

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "coq-paco-${coq.coq-version}-${version}";
version = "1.2.7";
version = "1.2.8";
src = fetchurl {
url = "http://plv.mpi-sws.org/paco/paco-${version}.zip";
sha256 = "010fs74c0cmb9sz5dmrgzg4pmb2mgwia4gm0g9l7j2fq5xxcschb";
sha256 = "1lcmdr0y2d7gzyvr8dal3pi7fibbd60bpi1l32fw89xiyrgqhsqy";
};
buildInputs = [ coq.ocaml coq.camlp5 unzip ];