gnu: perl-pod-simple: Update to 3.42.

* gnu/packages/perl.scm (perl-pod-simple): Update to 3.42.
This commit is contained in:
Marius Bakke 2020-12-17 18:28:16 +01:00
parent 4c4d1f6952
commit 3e83e8f431
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -8368,14 +8368,14 @@ (define-public perl-pod-coverage
(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")