From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g124z-0001jt-UA for guix-patches@gnu.org; Sat, 15 Sep 2018 00:21:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g124s-0000vl-Ie for guix-patches@gnu.org; Sat, 15 Sep 2018 00:21:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36794) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g124s-0000uq-DA for guix-patches@gnu.org; Sat, 15 Sep 2018 00:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g124s-00014a-93 for guix-patches@gnu.org; Sat, 15 Sep 2018 00:21:02 -0400 Subject: bug#32589: [PATCH] Add python-pycountry. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: iyzsong@member.fsf.org (=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?=) References: <87wos8atfw.fsf@apteryx.i-did-not-set--mail-host-address--so-tickle-me> Date: Sat, 15 Sep 2018 12:19:46 +0800 In-Reply-To: <87wos8atfw.fsf@apteryx.i-did-not-set--mail-host-address--so-tickle-me> (Maxim Cournoyer's message of "Thu, 30 Aug 2018 09:13:23 -0400") Message-ID: <8736ubz925.fsf@member.fsf.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: Maxim Cournoyer Cc: 32589-done@debbugs.gnu.org Maxim Cournoyer writes: > Hello, > > This adds pycountry. > Pushed, thank you!