[cpan2nix] perlPackages.podlators: 4.06 -> 4.10
This commit is contained in:
parent
bb90761c64
commit
56ba3dc565
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue