[cpan2nix] perlPackages.TestPod: 1.51 -> 1.52

This commit is contained in:
volth 2018-06-02 20:35:20 +00:00
parent e8ea3c67d4
commit 5fc30ba859
1 changed files with 2 additions and 2 deletions

View File

@ -15639,10 +15639,10 @@ let self = _self // overrides; _self = with self; {
};
TestPod = buildPerlPackage rec {
name = "Test-Pod-1.51";
name = "Test-Pod-1.52";
src = fetchurl {
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
sha256 = "1yvy5mc4j3s2h4aizryvark2nm58g2c6zhw9mlx9wmsavz7d78f1";
sha256 = "1z75x1pxwp8ajwq9iazlg2c3wd7rdlim08yclpdg32qnc36dpa30";
};
meta = {
homepage = http://search.cpan.org/dist/Test-Pod/;