diff options
author | Marius Bakke <marius@gnu.org> | 2020-12-17 18:28:16 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-12-19 22:53:00 +0100 |
commit | 3e83e8f431cbda3270f7a0050fc9e1c07827a96b (patch) | |
tree | 6b977e297d61b1e1acd5073eae614c2a54a93490 | |
parent | 4c4d1f695279c381f7f3298fc6ff79766961eb81 (diff) |
gnu: perl-pod-simple: Update to 3.42.
* gnu/packages/perl.scm (perl-pod-simple): Update to 3.42.
-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 0f079a6b29..040206504d 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -8368,14 +8368,14 @@ for a given module is comprehensive.") (define-public perl-pod-simple (package (name "perl-pod-simple") - (version "3.35") + (version "3.42") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/K/KH/KHW/" "Pod-Simple-" version ".tar.gz")) (sha256 (base32 - "0gg11ibbc02l2aw0bsv4jx0jax8z0apgfy3p5csqnvhlsb6218cr")))) + "1icagrjqw1azmff82h17cbrhqgql7rg21gz64mjpiqqq0cpfpz59")))) (build-system perl-build-system) (home-page "https://metacpan.org/release/Pod-Simple") (synopsis "Parsing library for text in Pod format") |