diff options
author | ng0 <ng0@we.make.ritual.n0.is> | 2016-06-21 23:53:09 +0000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-06-22 11:34:04 +0300 |
commit | 384bc22ad820f2c61c0e9b42756bb5565965e679 (patch) | |
tree | 1a0d1d111beb33a6ab1213cb5367384dfbd6bd8e | |
parent | c283b22e93cbf496e13b25878be3ec8a1242fb73 (diff) | |
download | guix-384bc22ad820f2c61c0e9b42756bb5565965e679.tar guix-384bc22ad820f2c61c0e9b42756bb5565965e679.tar.gz |
gnu: perl-test-harness: Update to 3.36.
* gnu/packages/perl.scm (perl-test-harness): Update to 3.36.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r-- | gnu/packages/perl.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index e45db041e7..386155d075 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2016 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2016 Jochem Raat <jchmrt@riseup.net> ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> +;;; Coypright © 2016 ng0 <ng0@we.make.ritual.n0.is> ;;; ;;; 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 |