From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwb54-00042m-GY for guix-patches@gnu.org; Fri, 07 Apr 2017 17:06:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwb50-0006Iy-K3 for guix-patches@gnu.org; Fri, 07 Apr 2017 17:06:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38641) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwb50-0006Is-Go for guix-patches@gnu.org; Fri, 07 Apr 2017 17:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cwb50-00035u-AP for guix-patches@gnu.org; Fri, 07 Apr 2017 17:06:02 -0400 Subject: bug#26245: dovecot-trees: Update to 2.1.0 Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170324224601.6ezaxr2q6wwbozdd@abyayala> Date: Fri, 07 Apr 2017 23:05:04 +0200 In-Reply-To: <20170324224601.6ezaxr2q6wwbozdd@abyayala> (ng0's message of "Fri, 24 Mar 2017 22:46:01 +0000") Message-ID: <87fuhkszcv.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: 26245-done@debbugs.gnu.org ng0 skribis: > This updates dovecot-trees to 2.1.0. > > It also changes the -fetch method to use file instead of git. The > problem is I'm not sure if I picked the correct link. > > https://0xacab.org/riseuplabs/trees/tree/v2.1.0 is the url I used, It seems correct to me. >>>From 09e193dad32a8ea9d5756bf3c85ebd32ba36f262 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Fri, 24 Mar 2017 16:45:57 +0000 > Subject: [PATCH] gnu: dovecot-trees: Update to 2.1.0. > > * gnu/packages/mail.scm (dovecot-trees): Update to 2.1.0. > (source): Change to use 'url-fetch'. Applied, thanks! Ludo=E2=80=99.