perl-Test-Pod: 1.48 -> 1.51
This commit is contained in:
parent
171147949d
commit
af75246b21
1 changed files with 4 additions and 4 deletions
|
@ -10996,11 +10996,11 @@ let self = _self // overrides; _self = with self; {
|
||||||
propagatedBuildInputs = [ PerlCritic ];
|
propagatedBuildInputs = [ PerlCritic ];
|
||||||
};
|
};
|
||||||
|
|
||||||
TestPod = buildPerlPackage {
|
TestPod = buildPerlPackage rec {
|
||||||
name = "Test-Pod-1.48";
|
name = "Test-Pod-1.51";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DW/DWHEELER/Test-Pod-1.48.tar.gz;
|
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||||
sha256 = "1hmwwhabyng4jrnll926b4ab73r40w3pfchlrvs0yx6kh6kwwy14";
|
sha256 = "1yvy5mc4j3s2h4aizryvark2nm58g2c6zhw9mlx9wmsavz7d78f1";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://search.cpan.org/dist/Test-Pod/;
|
homepage = http://search.cpan.org/dist/Test-Pod/;
|
||||||
|
|
Loading…
Reference in a new issue