summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-23 18:03:48 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-23 23:57:57 +0100
commit427d5677c05cc2ae0d4945f0cd90bf0af4a52b32 (patch)
treeb85c64194f7e2eb6ce0934637a0cfc4c570cc377
parent1360b6b55a039f4b88bd670f150e36b25ae419e3 (diff)
downloadguix-427d5677c05cc2ae0d4945f0cd90bf0af4a52b32.tar.gz
gnu: perl-pod-simple: Update to 3.35.
* gnu/packages/perl.scm (perl-pod-simple): Update to 3.35.
-rw-r--r--gnu/packages/perl.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 47fff558fb..a3839496a8 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6445,16 +6445,16 @@ for a given module is comprehensive.")
 (define-public perl-pod-simple
   (package
     (name "perl-pod-simple")
-    (version "3.31")
+    (version "3.35")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://cpan/authors/id/M/MA/MARCGREEN/"
+              (uri (string-append "mirror://cpan/authors/id/K/KH/KHW/"
                                   "Pod-Simple-" version ".tar.gz"))
               (sha256
                (base32
-                "04705pcs31s71vpmnpfdy8ds0q700q4cs2dlyssyrdjbvx3ymq3l"))))
+                "0gg11ibbc02l2aw0bsv4jx0jax8z0apgfy3p5csqnvhlsb6218cr"))))
     (build-system perl-build-system)
-    (home-page "http://search.cpan.org/dist/Pod-Simple//")
+    (home-page "http://search.cpan.org/dist/Pod-Simple/")
     (synopsis "Parsing library for text in Pod format")
     (description "Pod::Simple is a Perl library for parsing text in
 the Pod (plain old documentation) markup language that is typically