summaryrefslogtreecommitdiff
path: root/gnu/packages/perl-check.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-15 11:52:24 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-15 18:40:44 +0100
commit39199eb440d4649bc1c669cdef7f15fd34c27a32 (patch)
tree2c1be0a92839e71ce16705d9e2dfeadfa45b4662 /gnu/packages/perl-check.scm
parent2ad839f373cc3a1c272ad3430d6ac3bfe9db470a (diff)
downloadguix-patches-39199eb440d4649bc1c669cdef7f15fd34c27a32.tar
guix-patches-39199eb440d4649bc1c669cdef7f15fd34c27a32.tar.gz
gnu: perl-test-harness: Update to 3.42.
* gnu/packages/perl-check.scm (perl-test-harness): Update to 3.42.
Diffstat (limited to 'gnu/packages/perl-check.scm')
-rw-r--r--gnu/packages/perl-check.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 94712b6548..62c1b5e4c5 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -575,15 +575,14 @@ contents of a file is equal to a particular string.")
(define-public perl-test-harness
(package
(name "perl-test-harness")
- (version "3.41")
+ (version "3.42")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/L/LE/LEONT/"
"Test-Harness-" version ".tar.gz"))
(sha256
- (base32
- "0cgdgzywvscbvb9i0dmd2ls5jwqlnf2z6hx4f4lljpvdjd59v3m8"))))
+ (base32 "0lwfaamhpqia0ks4pcci83xbqz6jhng7acv95qk6wbd8zr70vn8g"))))
(build-system perl-build-system)
(arguments
`(#:phases