[cpan2nix] perlPackages.EmailSender: 1.300028 -> 1.300031
This commit is contained in:
parent
9cf0ae4080
commit
c069a8e3c2
|
@ -4957,13 +4957,13 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
EmailSender = buildPerlPackage rec {
|
EmailSender = buildPerlPackage rec {
|
||||||
name = "Email-Sender-1.300028";
|
name = "Email-Sender-1.300031";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||||
sha256 = "4a1cb9386a6b58b589b3183c807e533547a28e596fb15aa4cfd614947ad8ad30";
|
sha256 = "c412372938510283d8c850127895e09c2b670f892e1c3992fd54c0c1a9064f14";
|
||||||
};
|
};
|
||||||
buildInputs = [ CaptureTiny ];
|
buildInputs = [ CaptureTiny ];
|
||||||
propagatedBuildInputs = [ libnet EmailAbstract EmailAddress EmailSimple ListMoreUtils ModuleRuntime Moo MooXTypesMooseLike SubExporter Throwable TryTiny ];
|
propagatedBuildInputs = [ EmailAbstract EmailAddress MooXTypesMooseLike ScalarListUtils SubExporter Throwable TryTiny libnet ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/rjbs/Email-Sender;
|
homepage = https://github.com/rjbs/Email-Sender;
|
||||||
description = "A library for sending email";
|
description = "A library for sending email";
|
||||||
|
|
Loading…
Reference in New Issue