[cpan2nix] perlPackages.grepmail: 5.3105 -> 5.3111
This commit is contained in:
parent
356bf433a9
commit
0c6033c362
@ -6623,12 +6623,12 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
grepmail = buildPerlPackage rec {
|
grepmail = buildPerlPackage rec {
|
||||||
name = "grepmail-5.3105";
|
name = "grepmail-5.3111";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/D/DC/DCOPPIT/${name}.tar.gz";
|
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 ];
|
propagatedBuildInputs = [ MailMboxMessageParser TimeDate ];
|
||||||
outputs = [ "out" ];
|
outputs = [ "out" ];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user