perl-Pod-Weaver: 4.012 -> 4.013

This commit is contained in:
Robert Helgesson 2016-05-01 23:35:35 +02:00
parent 50a8d9a6f4
commit ef44e78849

View File

@ -10242,15 +10242,15 @@ let self = _self // overrides; _self = with self; {
};
PodWeaver = buildPerlPackage rec {
name = "Pod-Weaver-4.012";
name = "Pod-Weaver-4.013";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
sha256 = "d801cbfaff22d418943d0c5dcb8c145b8cc4d56741f9c33923ef891241116ad6";
sha256 = "5f12c5f11d313294520b0a1ab5c0775ef56e222d9181c8dac520cdc77af309e0";
};
buildInputs = [ PPI SoftwareLicense TestDifferences ];
propagatedBuildInputs = [ ConfigMVP ConfigMVPReaderINI DateTime ListMoreUtils LogDispatchouli MixinLinewise ModuleRuntime Moose ParamsUtil PodElemental StringFlogger StringFormatter StringRewritePrefix namespaceautoclean ];
propagatedBuildInputs = [ ConfigMVP ConfigMVPReaderINI DateTime ListMoreUtils LogDispatchouli MixinLinewise Moose PodElemental StringFlogger StringFormatter StringRewritePrefix namespaceautoclean ];
meta = {
homepage = https://github.com/rjbs/pod-weaver;
homepage = https://github.com/rjbs/Pod-Weaver;
description = "Weave together a Pod document from an outline";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];