[cpan2nix] perlPackages.PodMarkdown: 3.005 -> 3.101

This commit is contained in:
volth 2018-08-25 12:54:01 +00:00
parent f2dbd4ecb1
commit 9d7599fb00

View File

@ -12932,10 +12932,10 @@ let
};
PodMarkdown = buildPerlPackage {
name = "Pod-Markdown-3.005";
name = "Pod-Markdown-3.101";
src = fetchurl {
url = mirror://cpan/authors/id/R/RW/RWSTAUNER/Pod-Markdown-3.005.tar.gz;
sha256 = "00s3745kl4vbxqyi2lx149q5ghyfazc4fd00kcpl84bb87jfgdzq";
url = mirror://cpan/authors/id/R/RW/RWSTAUNER/Pod-Markdown-3.101.tar.gz;
sha256 = "0h7hx4k1c3k00cfnlf226bkxnxaz01705m10vxm9cxh52xn6pzz8";
};
buildInputs = [ TestDifferences ];
meta = {