[cpan2nix] perlPackages.grepmail: 5.3104 -> 5.3105

This commit is contained in:
volth 2018-07-08 06:30:46 +00:00
parent c51b582583
commit 292340b7fd

View File

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