From bec83a2b9e1622659f2d2fccd29bc401fcb87915 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 5 Jul 2018 17:55:42 +0200 Subject: cvc4: 1.5 -> 1.6 --- pkgs/applications/science/logic/cvc4/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/science/logic/cvc4/default.nix b/pkgs/applications/science/logic/cvc4/default.nix index 91ea7e500144..222021bb1c9f 100644 --- a/pkgs/applications/science/logic/cvc4/default.nix +++ b/pkgs/applications/science/logic/cvc4/default.nix @@ -1,19 +1,19 @@ { stdenv, fetchurl, cln, gmp, swig, pkgconfig , readline, libantlr3c, boost, jdk, autoreconfHook -, python2, antlr3_4 +, python3, antlr3_4 }: stdenv.mkDerivation rec { name = "cvc4-${version}"; - version = "1.5"; + version = "1.6"; src = fetchurl { url = "https://cvc4.cs.stanford.edu/downloads/builds/src/cvc4-${version}.tar.gz"; - sha256 = "0yxxawgc9vd2cz883swjlm76rbdkj48n7a8dfppsami530y2rvhi"; + sha256 = "1iw793zsi48q91lxpf8xl8lnvv0jsj4whdad79rakywkm1gbs62w"; }; nativeBuildInputs = [ autoreconfHook pkgconfig ]; - buildInputs = [ gmp cln readline swig libantlr3c antlr3_4 boost jdk python2 ]; + buildInputs = [ gmp cln readline swig libantlr3c antlr3_4 boost jdk python3 ]; configureFlags = [ "--enable-language-bindings=c,c++,java" "--enable-gpl" @@ -38,6 +38,6 @@ stdenv.mkDerivation rec { homepage = http://cvc4.cs.nyu.edu/web/; license = licenses.gpl3; platforms = platforms.unix; - maintainers = with maintainers; [ vbgl thoughtpolice ]; + maintainers = with maintainers; [ vbgl thoughtpolice gebner ]; }; } -- cgit 1.4.1