[cpan2nix] perlPackages.grepmail: 5.3105 -> 5.3111

This commit is contained in:
volth 2018-07-25 22:30:00 +00:00
parent 356bf433a9
commit 0c6033c362

View File

@ -6623,12 +6623,12 @@ let self = _self // overrides; _self = with self; {
};
grepmail = buildPerlPackage rec {
name = "grepmail-5.3105";
name = "grepmail-5.3111";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DC/DCOPPIT/${name}.tar.gz";
sha256 = "c74fb7a0cd4549d98c78395c2485b00788ca655109358ca0ec550ea71588a5d4";
sha256 = "d0984e3f7a1be17ae014575f70c1678151a5bcc9622185dc5a052cb63271a761";
};
buildInputs = [ FileSlurp TestCompile URI ];
buildInputs = [ FileHomeDir FileSlurper TestCompile UNIVERSALrequire URI ];
propagatedBuildInputs = [ MailMboxMessageParser TimeDate ];
outputs = [ "out" ];
meta = {