mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Merge pull request #11178 from rycee/bump/perl-packages
Bumps version of some Perl packages related to e-mail
This commit is contained in:
commit
38371937d2
@ -3829,17 +3829,18 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
EmailAbstract = buildPerlPackage {
|
||||
name = "Email-Abstract-3.007";
|
||||
EmailAbstract = buildPerlPackage rec {
|
||||
name = "Email-Abstract-3.008";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Email-Abstract-3.007.tar.gz;
|
||||
sha256 = "10915aa3a558f6ba9c51a13ea1c135aed765e185a14cd2cfc9b434599cf5eaa8";
|
||||
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||
sha256 = "fc7169acb6c43df7f005e7ef6ad08ee8ca6eb6796b5d1604593c997337cc8240";
|
||||
};
|
||||
propagatedBuildInputs = [ EmailSimple MROCompat ModulePluggable ];
|
||||
meta = {
|
||||
homepage = https://github.com/rjbs/Email-Abstract;
|
||||
description = "Unified interface to mail representations";
|
||||
license = "perl";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
@ -3856,15 +3857,17 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
EmailDateFormat = buildPerlPackage {
|
||||
name = "Email-Date-Format-1.002";
|
||||
EmailDateFormat = buildPerlPackage rec {
|
||||
name = "Email-Date-Format-1.005";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Email-Date-Format-1.002.tar.gz;
|
||||
sha256 = "114fqcnmvzi0z100yx89j6rgwbicb0bslswhyr8z2pzsvwv3czqc";
|
||||
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||
sha256 = "579c617e303b9d874411c7b61b46b59d36f815718625074ae6832e7bb9db5104";
|
||||
};
|
||||
meta = {
|
||||
description = "Produce RFC 8822 date strings";
|
||||
homepage = https://github.com/rjbs/Email-Date-Format;
|
||||
description = "Produce RFC 2822 date strings";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
@ -3883,85 +3886,93 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
EmailMIME = buildPerlPackage {
|
||||
name = "Email-MIME-1.911";
|
||||
EmailMIME = buildPerlPackage rec {
|
||||
name = "Email-MIME-1.936";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Email-MIME-1.911.tar.gz;
|
||||
sha256 = "0nkvps2k1gkr5vh12qbl0djdnjxnp7jdi52zgda6k67wrghm5ryd";
|
||||
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||
sha256 = "4c0934284da84b8e9ed48ff1060c9719273fac18e776f4c8e888a47c863ee661";
|
||||
};
|
||||
propagatedBuildInputs = [ EmailMessageID EmailMIMEContentType EmailMIMEEncodings EmailSimple MIMETypes ];
|
||||
propagatedBuildInputs = [ EmailAddress EmailMIMEContentType EmailMIMEEncodings EmailMessageID EmailSimple MIMETypes ];
|
||||
meta = {
|
||||
homepage = https://github.com/rjbs/Email-MIME;
|
||||
description = "Easy MIME message handling";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = with maintainers; [ ocharles ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = with maintainers; [ ocharles rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
EmailMIMEContentType = buildPerlPackage {
|
||||
name = "Email-MIME-ContentType-1.015";
|
||||
EmailMIMEContentType = buildPerlPackage rec {
|
||||
name = "Email-MIME-ContentType-1.018";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Email-MIME-ContentType-1.015.tar.gz;
|
||||
sha256 = "1rlk3rxlw8ri4b7c68nhg6b3ykgc97rdaqb1dyam8f8k1z8cik0g";
|
||||
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||
sha256 = "7508cd1227b8f150a403ca49658cb4a0892836dd8f01ff95f049957b2abf10f9";
|
||||
};
|
||||
meta = {
|
||||
homepage = https://github.com/rjbs/Email-MIME-ContentType;
|
||||
description = "Parse a MIME Content-Type Header";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = with maintainers; [ ocharles ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = with maintainers; [ ocharles rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
EmailMIMEEncodings = buildPerlPackage {
|
||||
name = "Email-MIME-Encodings-1.313";
|
||||
EmailMIMEEncodings = buildPerlPackage rec {
|
||||
name = "Email-MIME-Encodings-1.315";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Email-MIME-Encodings-1.313.tar.gz;
|
||||
sha256 = "0fac34g44sn0l59wim68zrhih1mvlh1rxvyn3gc5pviaiz028lyy";
|
||||
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||
sha256 = "4c71045507b31ec853dd60152b40e33ba3741779c0f49bb143b50cf8d243ab5c";
|
||||
};
|
||||
buildInputs = [ CaptureTiny ];
|
||||
meta = {
|
||||
homepage = https://github.com/rjbs/Email-MIME-Encodings;
|
||||
description = "A unified interface to MIME encoding and decoding";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = with maintainers; [ ocharles ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = with maintainers; [ ocharles rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
EmailSend = buildPerlPackage rec {
|
||||
name = "Email-Send-2.198";
|
||||
name = "Email-Send-2.201";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||
sha256 = "0ffmpqys7yph5lb28m2xan0zd837vywg8c6gjjd9p80dahpqknyx";
|
||||
sha256 = "4bbec933558d7cc9b8152bad86dd313de277a21a89b4ea83d84e61587e95dbc6";
|
||||
};
|
||||
propagatedBuildInputs = [EmailSimple EmailAddress ModulePluggable ReturnValue];
|
||||
propagatedBuildInputs = [ EmailAbstract EmailAddress EmailSimple ModulePluggable ReturnValue ];
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
homepage = https://github.com/rjbs/Email-Send;
|
||||
description = "Simply Sending Email";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
EmailSender = buildPerlPackage {
|
||||
name = "Email-Sender-1.300016";
|
||||
EmailSender = buildPerlPackage rec {
|
||||
name = "Email-Sender-1.300021";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Email-Sender-1.300016.tar.gz;
|
||||
sha256 = "00042de1b78fb26b2ff37bd92c0d61631810725a5235f4841e38a501a533a2a3";
|
||||
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||
sha256 = "f565ef5805ff54c5a77400b0a512709137092d247321bbe5065f265e2a7b4fed";
|
||||
};
|
||||
buildInputs = [ CaptureTiny ];
|
||||
propagatedBuildInputs = [ EmailAbstract EmailAddress EmailSimple ListMoreUtils ModuleRuntime Moo MooXTypesMooseLike SubExporter Throwable TryTiny ];
|
||||
propagatedBuildInputs = [ EmailAbstract EmailAddress EmailSimple ListMoreUtils Moo MooXTypesMooseLike SubExporterUtil Throwable ];
|
||||
meta = {
|
||||
homepage = https://github.com/rjbs/Email-Sender;
|
||||
description = "A library for sending email";
|
||||
license = "perl";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
EmailSimple = buildPerlPackage {
|
||||
name = "Email-Simple-2.203";
|
||||
EmailSimple = buildPerlPackage rec {
|
||||
name = "Email-Simple-2.208";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Email-Simple-2.203.tar.gz;
|
||||
sha256 = "0hzbp8ay62d6jwrn4q7hqmhkaigf8lc0plz0g46yhwzp3x9xfa55";
|
||||
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||
sha256 = "f13a83ecc41b4e72023066d865fc70dfbd85158d4e7722dca8249f54e0ec5be1";
|
||||
};
|
||||
propagatedBuildInputs = [ EmailDateFormat ];
|
||||
meta = {
|
||||
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;
|
||||
homepage = https://github.com/rjbs/Email-Simple;
|
||||
description = "Simple parsing of RFC2822 message format and headers";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user