forked from mirrors/nixpkgs
[nix-update-cpan] perlPackages.podlators: 4.10 -> 4.14
This commit is contained in:
parent
cee213a395
commit
74566f8c64
|
@ -17258,11 +17258,15 @@ let
|
|||
|
||||
podlators = buildPerlPackage {
|
||||
pname = "podlators";
|
||||
version = "4.10";
|
||||
version = "4.14";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/R/RR/RRA/podlators-4.10.tar.gz";
|
||||
sha256 = "008b4j41ijrfyyq5nd3y7pqyww6rg49fjg2c6kmpnqrmgs347qqp";
|
||||
url = "mirror://cpan/authors/id/R/RR/RRA/podlators-4.14.tar.gz";
|
||||
sha256 = "10hgvdyp0969a1222hk1y5n2p72lhxrrv8h0yyzlsbjbwcfw9wbs";
|
||||
};
|
||||
preCheck = ''
|
||||
# remove failing spdx check
|
||||
rm t/docs/spdx-license.t
|
||||
'';
|
||||
meta = {
|
||||
description = "Convert POD data to various other formats";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
|
Loading…
Reference in a new issue