From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: [PATCH] Update Julia (and use smaller tarball) Date: Wed, 25 May 2016 17:25:22 +0200 Message-ID: <1464189924-29167-1-git-send-email-ricardo.wurmus@mdc-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5agl-0002hM-F4 for guix-devel@gnu.org; Wed, 25 May 2016 11:25:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5agf-0004tt-Ib for guix-devel@gnu.org; Wed, 25 May 2016 11:25:39 -0400 Received: from sinope02.bbbm.mdc-berlin.de ([141.80.25.24]:40487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5age-0004sm-SZ for guix-devel@gnu.org; Wed, 25 May 2016 11:25:33 -0400 Received: from localhost (localhost [127.0.0.1]) by sinope02.bbbm.mdc-berlin.de (Postfix) with ESMTP id 4B9AF8E53F for ; Wed, 25 May 2016 17:25:30 +0200 (CEST) Received: from sinope02.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (sinope02.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jzsgg_Khjtjb for ; Wed, 25 May 2016 17:25:25 +0200 (CEST) Received: from HTCAONE.mdc-berlin.net (puck.citx.mdc-berlin.de [141.80.36.101]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by sinope02.bbbm.mdc-berlin.de (Postfix) with ESMTPS for ; Wed, 25 May 2016 17:25:25 +0200 (CEST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hi Guix, the attached patches update julia to the latest version. The second of the two patches makes a couple of changes to allow us to use the much smaller release tarball. This made it necessary to add a few tarballs to the inputs manually. I think this is nicer now, because we no longer download an unnecessarily large bundle, and we see much clearer now what we still need to work on in future updates. ~~ Ricardo