summaryrefslogtreecommitdiff
path: root/gnu/packages/perl-check.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-04-21 16:13:55 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-04-26 21:08:54 +0200
commitcb6fb537dd5dacea0a3b7ca2be6b24b14a62c646 (patch)
tree1835ac98e6a43a62decb06ce2455e97262b6694a /gnu/packages/perl-check.scm
parent79a9dee62dbb1667f9c9b3b1e75d0e1e356c8f20 (diff)
downloadguix-patches-cb6fb537dd5dacea0a3b7ca2be6b24b14a62c646.tar
guix-patches-cb6fb537dd5dacea0a3b7ca2be6b24b14a62c646.tar.gz
gnu: perl-test-pod: Update to 1.52.
* gnu/packages/perl-check.scm (perl-test-pod): Update to 1.52.
Diffstat (limited to 'gnu/packages/perl-check.scm')
-rw-r--r--gnu/packages/perl-check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 4291c90e48..efbe6923f7 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -894,7 +894,7 @@ as flexible as possible to the tester.")
(define-public perl-test-pod
(package
(name "perl-test-pod")
- (version "1.51")
+ (version "1.52")
(source
(origin
(method url-fetch)
@@ -902,7 +902,7 @@ as flexible as possible to the tester.")
"Test-Pod-" version ".tar.gz"))
(sha256
(base32
- "1yvy5mc4j3s2h4aizryvark2nm58g2c6zhw9mlx9wmsavz7d78f1"))))
+ "1z75x1pxwp8ajwq9iazlg2c3wd7rdlim08yclpdg32qnc36dpa30"))))
(build-system perl-build-system)
(native-inputs `(("perl-module-build" ,perl-module-build)))
(home-page "http://search.cpan.org/dist/Test-Pod/")