From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35648) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGIPb-0002kV-Sf for guix-patches@gnu.org; Fri, 04 Oct 2019 03:54:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGIPa-0006g2-LD for guix-patches@gnu.org; Fri, 04 Oct 2019 03:54:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:32847) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iGIPa-0006fw-ID for guix-patches@gnu.org; Fri, 04 Oct 2019 03:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iGIPa-0002F2-G2 for guix-patches@gnu.org; Fri, 04 Oct 2019 03:54:02 -0400 Subject: [bug#37614] [PATCH 0/1] gnu: Fix and upgrade python-pastel. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:35583) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGIOp-0002bM-JU for guix-patches@gnu.org; Fri, 04 Oct 2019 03:53:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGIOn-0003LS-Li for guix-patches@gnu.org; Fri, 04 Oct 2019 03:53:15 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:40179) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iGIOn-0003Et-Dp for guix-patches@gnu.org; Fri, 04 Oct 2019 03:53:13 -0400 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 0C413240022 for ; Fri, 4 Oct 2019 07:53:09 +0000 (UTC) Date: Fri, 4 Oct 2019 09:53:09 +0200 From: Tanguy Le Carrour Message-ID: <20191004075309.22qdth7ob4zgv233@rafflesia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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: 37614@debbugs.gnu.org As mentioned on the list [1], python-pastel fails to install. This patch fixes the problem. `guix lint` reported that the package could be upgraded, so I also did it. [1]: https://lists.gnu.org/archive/html/guix-devel/2019-10/msg00023.html -- Tanguy