From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czgwY-0003G5-T1 for guix-patches@gnu.org; Sun, 16 Apr 2017 05:58:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czgwU-0006H0-2B for guix-patches@gnu.org; Sun, 16 Apr 2017 05:58:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51558) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1czgwT-0006Gu-Uh for guix-patches@gnu.org; Sun, 16 Apr 2017 05:58:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1czgwT-0002mO-NY for guix-patches@gnu.org; Sun, 16 Apr 2017 05:58:01 -0400 Subject: bug#26501: [PATCH 1/1] gnu: mutt: Update to 1.8.1. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170414180441.GA25313@jasmine> Date: Sun, 16 Apr 2017 11:57:25 +0200 In-Reply-To: <20170414180441.GA25313@jasmine> (Leo Famulari's message of "Fri, 14 Apr 2017 14:04:41 -0400") Message-ID: <87vaq4ptdm.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Leo Famulari Cc: 26501@debbugs.gnu.org Leo Famulari skribis: > On Fri, Apr 14, 2017 at 01:59:39PM -0400, Leo Famulari wrote: >> * gnu/packages/mail.scm (mutt): Update to 1.8.1. >> --- >> gnu/packages/mail.scm | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >>=20 >> diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm >> index 255837198..96ceca5e4 100644 >> --- a/gnu/packages/mail.scm >> +++ b/gnu/packages/mail.scm >> @@ -221,14 +221,14 @@ aliasing facilities to work just as they would on = normal mail.") >> (define-public mutt >> (package >> (name "mutt") >> - (version "1.8.0") >> + (version "1.8.1") >> (source (origin >> (method url-fetch) >> (uri (string-append "ftp://ftp.mutt.org/pub/mutt/mutt-" >> version ".tar.gz")) > > I found that Guix's FTP client is having trouble with this URL. It hangs > until it times out; other clients like wget and Firefox work fine. I can=E2=80=99t reproduce this problem with Guix master (=E2=80=98guix down= load=E2=80=99) and Guile 2.2 or 2.0. Do you have more details? Ludo=E2=80=99.