diff options
author | Leo Famulari <leo@famulari.name> | 2017-07-14 12:29:01 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-14 12:30:09 -0400 |
commit | 3949b36acc61286f397ceb4f858b23e4d9a1d383 (patch) | |
tree | b18c2d2c9cfa2eb0fc175e7d4aaa17920e271e06 /gnu/packages | |
parent | c317f4f907ce49251896d0222c56d78cec5c3f62 (diff) | |
download | guix-3949b36acc61286f397ceb4f858b23e4d9a1d383.tar guix-3949b36acc61286f397ceb4f858b23e4d9a1d383.tar.gz |
gnu: perl-test-harness: Update to 3.39.
* gnu/packages/perl.scm (perl-test-harness): Update to 3.39.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index e5c637a372..2e40021fa1 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -6598,7 +6598,7 @@ contents of a file is equal to a particular string.") (define-public perl-test-harness (package (name "perl-test-harness") - (version "3.36") + (version "3.39") (source (origin (method url-fetch) @@ -6606,7 +6606,7 @@ contents of a file is equal to a particular string.") "Test-Harness-" version ".tar.gz")) (sha256 (base32 - "0gmnjss0hjkyiwvgby50nl5nzv254pn7fjqqdysjil21n09nymp7")))) + "0chiqnzmna2mglm37nzxvn9qhq2j31iwz3i9isqjs7bf3k449gb9")))) (build-system perl-build-system) (arguments `(#:phases (alist-cons-before |