perlPackages.PodParser: 1.63 -> 1.66

This commit is contained in:
Stig Palmquist 2023-10-10 11:57:09 +02:00
parent f1cd0b1d9b
commit b627f70528

View file

@ -20820,10 +20820,10 @@ with self; {
PodParser = buildPerlPackage {
pname = "Pod-Parser";
version = "1.63";
version = "1.66";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MA/MAREKR/Pod-Parser-1.63.tar.gz";
hash = "sha256-2+C1YSmXWy+DoChB6ODtR76A8GBobGbqN+Up2XqnDM0=";
url = "mirror://cpan/authors/id/M/MA/MAREKR/Pod-Parser-1.66.tar.gz";
hash = "sha256-IpKKe//mG0UsBbu7j1IW1LnPn+KoSbd2wlUA0k0g33w=";
};
meta = {
description = "Modules for parsing/translating POD format documents";