gnu: perl-test-harness: Update to 3.42.

* gnu/packages/perl-check.scm (perl-test-harness): Update to 3.42.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-15 11:52:24 +01:00
parent 2ad839f373
commit 39199eb440
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -575,15 +575,14 @@ (define-public perl-test-files
(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