From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:54111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtcA6-00033C-Sk for guix-patches@gnu.org; Tue, 12 Feb 2019 12:48:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtcA6-0003a1-6J for guix-patches@gnu.org; Tue, 12 Feb 2019 12:48:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45856) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtcA6-0003Zu-2c for guix-patches@gnu.org; Tue, 12 Feb 2019 12:48:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gtcA6-0001dJ-0P for guix-patches@gnu.org; Tue, 12 Feb 2019 12:48:02 -0500 Subject: [bug#34456] [PATCH] gnu: python-pybedtools: Update to 0.8.0 and fix build. Resent-Message-ID: From: Maxim Cournoyer References: <87d0nx10r0.fsf@gmail.com> <87bm3hj7z9.fsf@elephly.net> Date: Tue, 12 Feb 2019 12:47:47 -0500 In-Reply-To: <87bm3hj7z9.fsf@elephly.net> (Ricardo Wurmus's message of "Tue, 12 Feb 2019 17:18:34 +0100") Message-ID: <878syk2918.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: Ricardo Wurmus Cc: 34456-done@debbugs.gnu.org Hello Ricardo, Ricardo Wurmus writes: > Hi Maxim, > >> From 40db2b4eae5ca61a3134cdaf7b156ed1ae9f7415 Mon Sep 17 00:00:00 2001 >> From: Maxim Cournoyer >> Date: Sun, 10 Feb 2019 23:39:25 -0500 >> Subject: [PATCH] gnu: python-pybedtools: Update to 0.8.0 and fix build. > > Thank you, pushed to master with 155194d97. > > (I should have checked the commit message before pushing. The From, > Date, and Subject headers made it into the commit message. This is the > second time this has happened to me. Sorry!) No problem, and thanks for the prompt review! Maxim