From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Sassmannshausen Subject: [PATCH 10/26] gnu: perl-devel-partialdump: Update to 0.18. Date: Thu, 23 Mar 2017 15:00:40 +0100 Message-ID: <20170323140056.23173-10-alex@pompo.co> References: <20170323140056.23173-1-alex@pompo.co> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cr3J6-0005Zk-WE for guix-devel@gnu.org; Thu, 23 Mar 2017 10:01:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cr3Ix-0001IQ-6E for guix-devel@gnu.org; Thu, 23 Mar 2017 10:01:41 -0400 Received: from mail-wm0-x22c.google.com ([2a00:1450:400c:c09::22c]:35881) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cr3Ix-0001I5-0N for guix-devel@gnu.org; Thu, 23 Mar 2017 10:01:31 -0400 Received: by mail-wm0-x22c.google.com with SMTP id n11so61925279wma.1 for ; Thu, 23 Mar 2017 07:01:30 -0700 (PDT) In-Reply-To: <20170323140056.23173-1-alex@pompo.co> 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: guix-devel@gnu.org Cc: Alex Sassmannshausen * gnu/packages/perl.scm (perl-devel-partialdump): Update to 0.18. --- gnu/packages/perl.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 0a8359729..d3f14a8a0 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -2311,7 +2311,7 @@ hierarchy the overloads are declared and where the code implementing it is.") (define-public perl-devel-partialdump (package (name "perl-devel-partialdump") - (version "0.17") + (version "0.18") (source (origin (method url-fetch) @@ -2319,7 +2319,7 @@ hierarchy the overloads are declared and where the code implementing it is.") "Devel-PartialDump-" version ".tar.gz")) (sha256 (base32 - "0nr3qa68x4yp219kd17j1ks9c95qc9agfvz7ddnpn8p78f3kgwfn")))) + "0i1khiyi4h4h8vfwn7xip5c53z2hb2rk6407f3csvrdsiibvy53q")))) (build-system perl-build-system) (native-inputs `(("perl-module-build-tiny" ,perl-module-build-tiny) -- 2.11.1