On Thu, Feb 11, 2016 at 07:50:18PM -0600, Christopher W Carpenter wrote: > From cc280d52f5d7724c86ce365e541330fd85c3dcd0 Mon Sep 17 00:00:00 2001 > From: "Christopher W. Carpenter (https://mordocai.net/gpg.html)" > <mordo...@mordocai.net> > Date: Wed, 10 Feb 2016 18:45:56 -0600 > Subject: [PATCH 1/2] gnu: sbcl: Update to 1.3.2
Tnanks for working on this upgrade! > > * gnu/packages/lisp.cm (sbcl): Update to 1.3.2 Okay! > [arguments]: Delete test that breaks compilation. How does it break? Do you think that deleting the test may mask some other problem? > * gnu/packages/lisp.scm (ccl): Update to 1.11. This patch LGTM. [...] > ,(origin > (method url-fetch) > (uri (string-append > - "ftp://ftp.clozure.com/pub/release/1.10/ccl-" version "-" > + "ftp://ftp.clozure.com/pub/release/" version > + "/ccl-" version "-" > (match (%current-system) > ((or "i686-linux" "x86_64-linux") "linuxx86") > ("armhf-linux" "linuxarm") Thanks for applying the gneralization!