From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9IkE-0001jN-Ul for guix-patches@gnu.org; Fri, 12 May 2017 18:09:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9IkB-000065-RL for guix-patches@gnu.org; Fri, 12 May 2017 18:09:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38732) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d9IkB-00005z-NX for guix-patches@gnu.org; Fri, 12 May 2017 18:09:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d9IkA-0004uC-F3 for guix-patches@gnu.org; Fri, 12 May 2017 18:09:03 -0400 Subject: bug#26772: [PATCH 1/3] gnu: python-termcolor: Fix uri. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170504100441.27271-1-m.othacehe@gmail.com> <20170504100627.27553-1-m.othacehe@gmail.com> Date: Sat, 13 May 2017 00:07:52 +0200 In-Reply-To: <20170504100627.27553-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Thu, 4 May 2017 12:06:25 +0200") Message-ID: <87fug9685j.fsf@gnu.org> 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: Mathieu Othacehe Cc: 26772@debbugs.gnu.org Mathieu Othacehe skribis: > * gnu/packages/python.scm (python-termcolor): Remove "python-" from > pypi uri. > > This was causing guix refresh to fail on this package. OK!