From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emLRE-0006mh-7n for guix-patches@gnu.org; Thu, 15 Feb 2018 10:27:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emLR9-0001nP-6q for guix-patches@gnu.org; Thu, 15 Feb 2018 10:27:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37083) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1emLR9-0001nE-2M for guix-patches@gnu.org; Thu, 15 Feb 2018 10:27:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1emLR8-00081O-Sg for guix-patches@gnu.org; Thu, 15 Feb 2018 10:27:02 -0500 Subject: [bug#30469] [PATCH 0/1] Require Guile >= 2.0.14 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emLQt-0006fr-E1 for guix-patches@gnu.org; Thu, 15 Feb 2018 10:26:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emLQp-0001em-Ed for guix-patches@gnu.org; Thu, 15 Feb 2018 10:26:47 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Thu, 15 Feb 2018 16:26:27 +0100 Message-Id: <20180215152627.4695-1-ludo@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30469@debbugs.gnu.org Hello Guix, This patch is to require Guile >= 2.0.14, released one year ago, instead of 2.0.9, released in 2013. For the record, here’s the distro status: • Debian unstable has 2.2: . • Older Debian versions have 2.0.13 (not .14): . • Parabola, Gentoo, Homebrew, openSUSE, Fedora 26+ have 2.0.14 and/or 2.2: . I’d like to have this change in place for the next Guix release, 0.14.1 I presume. I’d also like it to be the last release that support Guile 2.0. Thoughts? Ludo’. Ludovic Courtès (1): build: Require Guile >= 2.0.14. README | 2 +- config-daemon.ac | 5 -- configure.ac | 2 +- doc/guix.texi | 2 +- guix/build/download.scm | 10 +-- guix/build/syscalls.scm | 48 +------------- guix/hash.scm | 3 +- guix/http-client.scm | 154 +------------------------------------------- guix/scripts/substitute.scm | 18 ++---- m4/guix.m4 | 17 ----- tests/hash.scm | 11 +--- 11 files changed, 14 insertions(+), 258 deletions(-) -- 2.16.1