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 ];
|
||||
};
|
||||
|
||||
TestPod = buildPerlPackage {
|
||||
name = "Test-Pod-1.48";
|
||||
TestPod = buildPerlPackage rec {
|
||||
name = "Test-Pod-1.51";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/D/DW/DWHEELER/Test-Pod-1.48.tar.gz;
|
||||
sha256 = "1hmwwhabyng4jrnll926b4ab73r40w3pfchlrvs0yx6kh6kwwy14";
|
||||
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||
sha256 = "1yvy5mc4j3s2h4aizryvark2nm58g2c6zhw9mlx9wmsavz7d78f1";
|
||||
};
|
||||
meta = {
|
||||
homepage = http://search.cpan.org/dist/Test-Pod/;
|
||||
|
|
Loading…
Reference in a new issue