[cpan2nix] perlPackages.podlators: 4.06 -> 4.10

This commit is contained in:
volth 2018-04-07 07:53:58 +00:00
parent bb90761c64
commit 56ba3dc565
1 changed files with 2 additions and 2 deletions

View File

@ -11813,10 +11813,10 @@ let self = _self // overrides; _self = with self; {
}; };
podlators = buildPerlPackage rec { podlators = buildPerlPackage rec {
name = "podlators-4.06"; name = "podlators-4.10";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/R/RR/RRA/${name}.tar.gz"; url = "mirror://cpan/authors/id/R/RR/RRA/${name}.tar.gz";
sha256 = "0fsb1k88fsqwgmk5fkcz57jf27g6ip4ncikawslm596d1si2h48a"; sha256 = "008b4j41ijrfyyq5nd3y7pqyww6rg49fjg2c6kmpnqrmgs347qqp";
}; };
meta = { meta = {
description = "Convert POD data to various other formats"; description = "Convert POD data to various other formats";