gnu: perl-pod-simple: Update to 3.42.
* gnu/packages/perl.scm (perl-pod-simple): Update to 3.42.master
parent
4c4d1f6952
commit
3e83e8f431
|
@ -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")
|
||||
|
|
Reference in New Issue