perl-Email-MIME-ContentType: 1.015 -> 1.018
This commit is contained in:
parent
4b3f726763
commit
1e469ee2c5
@ -3888,17 +3888,17 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
EmailMIMEContentType = buildPerlPackage {
|
EmailMIMEContentType = buildPerlPackage rec {
|
||||||
name = "Email-MIME-ContentType-1.015";
|
name = "Email-MIME-ContentType-1.018";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/R/RJ/RJBS/Email-MIME-ContentType-1.015.tar.gz;
|
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||||
sha256 = "1rlk3rxlw8ri4b7c68nhg6b3ykgc97rdaqb1dyam8f8k1z8cik0g";
|
sha256 = "7508cd1227b8f150a403ca49658cb4a0892836dd8f01ff95f049957b2abf10f9";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = https://github.com/rjbs/Email-MIME-ContentType;
|
||||||
description = "Parse a MIME Content-Type Header";
|
description = "Parse a MIME Content-Type Header";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
maintainers = with maintainers; [ ocharles ];
|
maintainers = with maintainers; [ ocharles rycee ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user