From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Add python-protobuf and python2-protobuf Date: Fri, 22 Jul 2016 02:23:28 -0400 Message-ID: <20160722062328.GA19995@jasmine> References: <777b604dcc8bd75cc9f0695ae7f9a46e@d4n1.org> <20160703214635.GD27094@jasmine> <14ea747c78d4d6a875cc68c5458ca79a@d4n1.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQTs9-0002eO-CP for guix-devel@gnu.org; Fri, 22 Jul 2016 02:23:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQTs5-0003cB-6L for guix-devel@gnu.org; Fri, 22 Jul 2016 02:23:44 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:40503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQTs2-0003bW-QT for guix-devel@gnu.org; Fri, 22 Jul 2016 02:23:41 -0400 Content-Disposition: inline In-Reply-To: <14ea747c78d4d6a875cc68c5458ca79a@d4n1.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" To: Daniel Pimentel Cc: guix-devel@gnu.org On Thu, Jul 14, 2016 at 12:23:35PM -0300, Daniel Pimentel wrote: > Guix, > > Patches to add python-protobuf to Python3 and Python2. Thanks! I moved the packages to (gnu packages protobuf). Also, I updated them to the latest upstream version (3.0.0b4) and removed a couple unused inputs. I committed the change in 8d63dddac.