From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add perl-uri. Date: Fri, 20 Mar 2015 14:52:13 +0100 Message-ID: References: <7db8984391c02ec7db16b4e89d4e99cb@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYxLd-0000Fz-VK for guix-devel@gnu.org; Fri, 20 Mar 2015 09:52:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYxLZ-000738-Vp for guix-devel@gnu.org; Fri, 20 Mar 2015 09:52:25 -0400 Received: from sinope.bbbm.mdc-berlin.de ([141.80.25.23]:56235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYxLZ-00072n-Ly for guix-devel@gnu.org; Fri, 20 Mar 2015 09:52:21 -0400 In-Reply-To: <7db8984391c02ec7db16b4e89d4e99cb@openmailbox.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: Eric Bavier Cc: guix-devel Eric Bavier writes: > On 2015-03-20 06:37, Ricardo Wurmus wrote: >> * gnu/packages/perl.scm (perl-uri): New variable. > > This package has existed in the (gnu packages web) module for some time > now. I just recently updated the version to 1.67 as well. Ouch! Thanks for pointing me to this module. A quick grep didn't show anything in (gnu packages perl) so I thought it didn't exist. Well, all the better :) Thanks, Ricardo