[cpan2nix] perlPackages.PodEventual: 0.093330 -> 0.094001

This commit is contained in:
volth 2018-04-07 07:56:21 +00:00
parent 7e11982a72
commit 1e6fe8f5bb
1 changed files with 5 additions and 4 deletions

View File

@ -11931,16 +11931,17 @@ let self = _self // overrides; _self = with self; {
};
PodEventual = buildPerlPackage {
name = "Pod-Eventual-0.093330";
name = "Pod-Eventual-0.094001";
src = fetchurl {
url = mirror://cpan/authors/id/R/RJ/RJBS/Pod-Eventual-0.093330.tar.gz;
sha256 = "29de14a69df8a26f7e8ff73daca5afa7acc84cc9b7ae28093a5b1af09a4830b6";
url = mirror://cpan/authors/id/R/RJ/RJBS/Pod-Eventual-0.094001.tar.gz;
sha256 = "be9fb8910b108e5d1a66f002b659ad22576e88d779b703dff9d15122c3f80834";
};
propagatedBuildInputs = [ MixinLinewise TestDeep ];
propagatedBuildInputs = [ MixinLinewise ];
meta = {
description = "Read a POD document as a series of trivial events";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
buildInputs = [ TestDeep ];
};
PodParser = buildPerlPackage {