From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] Upgrade bedtools to 0.25.0. Date: Sat, 9 Jan 2016 10:54:42 +0100 Message-ID: <20160109095442.GB4285@debian> References: <5690ACF3.7010206@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHqEd-0007qF-9T for guix-devel@gnu.org; Sat, 09 Jan 2016 04:54:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHqEa-0001j0-5N for guix-devel@gnu.org; Sat, 09 Jan 2016 04:54:59 -0500 Received: from mout.kundenserver.de ([217.72.192.74]:54351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHqEZ-0001iw-SK for guix-devel@gnu.org; Sat, 09 Jan 2016 04:54:56 -0500 Content-Disposition: inline In-Reply-To: <5690ACF3.7010206@uq.edu.au> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ben Woodcroft Cc: "guix-devel@gnu.org" On Sat, Jan 09, 2016 at 04:47:15PM +1000, Ben Woodcroft wrote: > A reasonably straightforward update. If I remember correctly, it is common practice to do the move to modify-phases and the update in two separate commits. Andreas