From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Sassmannshausen Subject: [PATCH 17/26] gnu: perl-test-exception: Update to 0.43. Date: Thu, 23 Mar 2017 15:00:47 +0100 Message-ID: <20170323140056.23173-17-alex@pompo.co> References: <20170323140056.23173-1-alex@pompo.co> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cr3JA-0005dH-5a for guix-devel@gnu.org; Thu, 23 Mar 2017 10:01:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cr3J5-0001Oy-Iv for guix-devel@gnu.org; Thu, 23 Mar 2017 10:01:44 -0400 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:38435) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cr3J5-0001Nw-DY for guix-devel@gnu.org; Thu, 23 Mar 2017 10:01:39 -0400 Received: by mail-wm0-x234.google.com with SMTP id t189so64063862wmt.1 for ; Thu, 23 Mar 2017 07:01:39 -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-test-exception): Update to 0.43. --- 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 cf02cad66..c0ae3ea2c 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -6528,7 +6528,7 @@ files, as well as to verify that there are no missing or unknown files.") (define-public perl-test-exception (package (name "perl-test-exception") - (version "0.36") + (version "0.43") (source (origin (method url-fetch) @@ -6536,7 +6536,7 @@ files, as well as to verify that there are no missing or unknown files.") "Test-Exception-" version ".tar.gz")) (sha256 (base32 - "1zpwimspbq11wjrli481qk17aabzxab15cnnryflx45nzn3za2xk")))) + "0cxm7s4bg0xpxa6l6996a6iq3brr4j7p4hssnkc6dxv4fzq16sqm")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build))) -- 2.11.1