[cpan2nix] perlPackages.PodMarkdown: 3.101 -> 3.200
This commit is contained in:
parent
3513f6e154
commit
fea4c7b3fd
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue