[cpan2nix] perlPackages.PodMarkdown: 3.101 -> 3.200

This commit is contained in:
volth 2019-10-22 07:09:52 +00:00
parent 3513f6e154
commit fea4c7b3fd
1 changed files with 4 additions and 3 deletions

View File

@ -14816,10 +14816,10 @@ let
PodMarkdown = buildPerlPackage {
pname = "Pod-Markdown";
version = "3.101";
version = "3.200";
src = fetchurl {
url = mirror://cpan/authors/id/R/RW/RWSTAUNER/Pod-Markdown-3.101.tar.gz;
sha256 = "0h7hx4k1c3k00cfnlf226bkxnxaz01705m10vxm9cxh52xn6pzz8";
url = mirror://cpan/authors/id/R/RW/RWSTAUNER/Pod-Markdown-3.200.tar.gz;
sha256 = "16dffpqwrdhi2s90ff2sgncrpnzqp81ydhl5pd78m725j60p2286";
};
buildInputs = [ TestDifferences ];
meta = {
@ -14827,6 +14827,7 @@ let
description = "Convert POD to Markdown";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
propagatedBuildInputs = [ URI ];
};
PodMarkdownGithub = buildPerlPackage {