guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: perl-test-harness: Update to 3.36.


From: Efraim Flashner
Subject: 01/01: gnu: perl-test-harness: Update to 3.36.
Date: Wed, 22 Jun 2016 08:34:28 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 384bc22ad820f2c61c0e9b42756bb5565965e679
Author: ng0 <address@hidden>
Date:   Tue Jun 21 23:53:09 2016 +0000

    gnu: perl-test-harness: Update to 3.36.
    
    * gnu/packages/perl.scm (perl-test-harness): Update to 3.36.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/perl.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index e45db04..386155d 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2016 Mark H Weaver <address@hidden>
 ;;; Copyright © 2016 Jochem Raat <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Coypright © 2016 ng0 <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -5073,7 +5074,7 @@ testing exception-throwing code with about the same 
amount of typing.")
 (define-public perl-test-harness
   (package
     (name "perl-test-harness")
-    (version "3.35")
+    (version "3.36")
     (source
      (origin
        (method url-fetch)
@@ -5081,7 +5082,7 @@ testing exception-throwing code with about the same 
amount of typing.")
                            "Test-Harness-" version ".tar.gz"))
        (sha256
         (base32
-         "06l29y1bpizb9vd9g49lgi0wzj1xy4rsk42ahdj3fpgqnvb9wp05"))))
+         "0gmnjss0hjkyiwvgby50nl5nzv254pn7fjqqdysjil21n09nymp7"))))
     (build-system perl-build-system)
     (arguments
      `(#:phases (alist-cons-before



reply via email to

[Prev in Thread] Current Thread [Next in Thread]