[cpan2nix] perlPackages.EmailMIMEContentType: 1.022 -> 1.024

This commit is contained in:
volth 2020-06-20 15:46:57 +00:00
parent 3fe18bae61
commit 87cbd6610f
1 changed files with 4 additions and 3 deletions
pkgs/top-level

View File

@ -6278,16 +6278,17 @@ let
EmailMIMEContentType = buildPerlPackage { EmailMIMEContentType = buildPerlPackage {
pname = "Email-MIME-ContentType"; pname = "Email-MIME-ContentType";
version = "1.022"; version = "1.024";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/R/RJ/RJBS/Email-MIME-ContentType-1.022.tar.gz"; url = mirror://cpan/authors/id/R/RJ/RJBS/Email-MIME-ContentType-1.024.tar.gz;
sha256 = "9abb7280b0da62a855ae5528b14deb94341a84e721af0a7e5a2adc3534ec5310"; sha256 = "42d164ac7ff4dc2ea848e710fe21fa85509a3bcbb91ed2d356e4aba951ed8835";
}; };
meta = { meta = {
homepage = "https://github.com/rjbs/Email-MIME-ContentType"; 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 ];
}; };
propagatedBuildInputs = [ TextUnidecode ];
}; };
EmailMIMEEncodings = buildPerlPackage { EmailMIMEEncodings = buildPerlPackage {