From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add python-chardet. Date: Thu, 25 Feb 2016 16:34:01 -0500 Message-ID: <20160225213401.GA20345@jasmine> References: <87si0geb73.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZ3Y1-0002SI-Jw for guix-devel@gnu.org; Thu, 25 Feb 2016 16:34:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZ3Xy-0003Ml-PZ for guix-devel@gnu.org; Thu, 25 Feb 2016 16:34:09 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:47808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZ3Xy-0003MA-LU for guix-devel@gnu.org; Thu, 25 Feb 2016 16:34:06 -0500 Content-Disposition: inline In-Reply-To: <87si0geb73.fsf@dustycloud.org> 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: Christopher Allan Webber Cc: guix-devel@gnu.org On Thu, Feb 25, 2016 at 01:23:28PM -0800, Christopher Allan Webber wrote: > From 61b70fcf45b96a65e71d1377083d8709796f66c4 Mon Sep 17 00:00:00 2001 > From: Christopher Allan Webber > Date: Thu, 25 Feb 2016 13:02:49 -0800 > Subject: [PATCH 3/3] gnu: Add python-chardet. > > * gnu/packages/python.scm (python-chardet, python2-chardet): New variables. Are these different from the python-chardet packages we already have?