perl-Email-Sender: update to version 1.300014

The old version is no longer available for download
This commit is contained in:
Peter Simons 2014-10-04 22:36:56 +02:00
parent dcaa69a2ea
commit 1faca0e3d6

View File

@ -3133,10 +3133,10 @@ let self = _self // overrides; _self = with self; {
};
EmailSender = buildPerlPackage {
name = "Email-Sender-0.120002";
name = "Email-Sender-1.300014";
src = fetchurl {
url = mirror://cpan/authors/id/R/RJ/RJBS/Email-Sender-0.120002.tar.gz;
sha256 = "1cp735ndmh76xzijsm1hd0yh0m9yj34jc8akjhidkn677h2021dc";
url = mirror://cpan/authors/id/R/RJ/RJBS/Email-Sender-1.300014.tar.gz;
sha256 = "0yxqk0fjxasd7q62m65dl2n6xm4xcvfb6i1lajvwibygd9ckifw6";
};
propagatedBuildInputs = [ CaptureTiny EmailAbstract EmailAddress EmailSimple ListMoreUtils Moose Throwable TryTiny ];
meta = {