perl-Pod-Elemental: 0.103000 -> 0.103004

This commit is contained in:
Robert Helgesson 2016-09-20 18:28:05 +02:00
parent f61ed05bb0
commit 5b66b6fd66
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -10506,16 +10506,16 @@ let self = _self // overrides; _self = with self; {
};
};
PodElemental = buildPerlPackage {
name = "Pod-Elemental-0.103000";
PodElemental = buildPerlPackage rec {
name = "Pod-Elemental-0.103004";
src = fetchurl {
url = mirror://cpan/authors/id/R/RJ/RJBS/Pod-Elemental-0.103000.tar.gz;
sha256 = "0ykf49n6ysm7ab5zwm8a009zzrzsnhxw94a9jvbq80yywzhnm847";
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
sha256 = "43625cde7241fb174ad9c7eb45387fba410dc141d7de2323855eeab3590072c9";
};
buildInputs = [ TestDeep TestDifferences ];
propagatedBuildInputs = [ MixinLinewise Moose MooseAutobox MooseXTypes PodEventual StringRewritePrefix StringTruncate SubExporter SubExporterForMethods TestDeep TestDifferences namespaceautoclean ];
propagatedBuildInputs = [ ClassLoad MixinLinewise Moose MooseXTypes PodEventual StringRewritePrefix StringTruncate SubExporter SubExporterForMethods namespaceautoclean ];
meta = {
homepage = https://github.com/rjbs/pod-elemental;
homepage = https://github.com/rjbs/Pod-Elemental;
description = "Work with nestable Pod elements";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};