[cpan2nix] perlPackages.grepmail: 5.3104 -> 5.3105
This commit is contained in:
parent
c51b582583
commit
292340b7fd
@ -6663,12 +6663,12 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
grepmail = buildPerlPackage rec {
|
grepmail = buildPerlPackage rec {
|
||||||
name = "grepmail-5.3104";
|
name = "grepmail-5.3105";
|
||||||
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 = "7969e569ec54b2f569a5af56ac4d884c630ad850974658219b0b6953e97b5d3d";
|
sha256 = "c74fb7a0cd4549d98c78395c2485b00788ca655109358ca0ec550ea71588a5d4";
|
||||||
};
|
};
|
||||||
buildInputs = [ FileSlurp URI ];
|
buildInputs = [ FileSlurp TestCompile URI ];
|
||||||
propagatedBuildInputs = [ MailMboxMessageParser TimeDate ];
|
propagatedBuildInputs = [ MailMboxMessageParser TimeDate ];
|
||||||
outputs = [ "out" ];
|
outputs = [ "out" ];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user