clisp_2_44_1: update from 2.44.1 to 2.49

This commit is contained in:
Nixpkgs Monitor 2014-03-14 10:35:36 +01:00 committed by Peter Simons
parent 6a09ce8c01
commit 74488f2ade

View File

@ -3,12 +3,12 @@
, libffi, libffcall, coreutils }:
stdenv.mkDerivation rec {
v = "2.44.1";
v = "2.49";
name = "clisp-${v}";
src = fetchurl {
url = "mirror://gnu/clisp/release/${v}/${name}.tar.gz";
sha256 = "0rkp6j6rih4s5d9acifh7pi4b9xfgcspif512l269dqy9qgyy4j1";
sha256 = "0rp82nqp5362isl9i34rwgg04cidz7izljd9d85pqcw1qr964bxx";
};
buildInputs =