From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cz5jR-0002wQ-N9 for guix-patches@gnu.org; Fri, 14 Apr 2017 14:14:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cz5jO-0002Iu-II for guix-patches@gnu.org; Fri, 14 Apr 2017 14:14:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49247) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cz5jO-0002Io-B5 for guix-patches@gnu.org; Fri, 14 Apr 2017 14:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cz5jO-0002y7-2x for guix-patches@gnu.org; Fri, 14 Apr 2017 14:14:02 -0400 Subject: bug#26501: [PATCH 1/1] gnu: mutt: Update to 1.8.1. Resent-Message-ID: Date: Fri, 14 Apr 2017 18:13:11 +0000 From: ng0 Message-ID: <20170414181311.ppvfuombna56dvjf@abyayala> References: <20170414180441.GA25313@jasmine> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170414180441.GA25313@jasmine> 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 transcribed 1.9K bytes: > 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(-) > > > > 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. Gentoo has two (actually more) URLs in use here: SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz The bitbucket is linked on the mutt homepage, we could use that? -- PGP and more: https://people.pragmatique.xyz/ng0/