[cpan2nix] perlPackages.podlinkcheck: 14 -> 15

This commit is contained in:
volth 2018-04-07 07:56:47 +00:00
parent 4af15e1950
commit 47f3522770

View File

@ -12101,12 +12101,12 @@ let self = _self // overrides; _self = with self; {
}; };
podlinkcheck = buildPerlPackage rec { podlinkcheck = buildPerlPackage rec {
name = "podlinkcheck-14"; name = "podlinkcheck-15";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/K/KR/KRYDE/${name}.tar.gz"; url = "mirror://cpan/authors/id/K/KR/KRYDE/${name}.tar.gz";
sha256 = "8ad152bdffbb7f5080616c0c0ae142f75b4c1255ed82b9cd80a5f4e3172fed3d"; sha256 = "4e3bebec1bf82dbf850a94ae26a253644cf5806ec41afc74e43e1710a37321db";
}; };
propagatedBuildInputs = [ FileFindIterator FileHomeDir IPCRun constantdefer libintlperl ]; propagatedBuildInputs = [ FileFindIterator FileHomeDir IPCRun constant-defer libintl_perl ];
meta = { meta = {
homepage = http://user42.tuxfamily.org/podlinkcheck/index.html; homepage = http://user42.tuxfamily.org/podlinkcheck/index.html;
description = "Check POD L<> link references"; description = "Check POD L<> link references";