perlPackages.MIMETypes: 2.18 -> 2.24

This commit is contained in:
Stig Palmquist 2023-10-10 11:56:46 +02:00
parent e5feab5b14
commit b06471416f

View File

@ -15424,10 +15424,10 @@ with self; {
MIMETypes = buildPerlPackage {
pname = "MIME-Types";
version = "2.18";
version = "2.24";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MA/MARKOV/MIME-Types-2.18.tar.gz";
hash = "sha256-Mco1pB8q6ZjM19M8GeQgI+5lQP2d7WGbmr1I/waglb4=";
url = "mirror://cpan/authors/id/M/MA/MARKOV/MIME-Types-2.24.tar.gz";
hash = "sha256-Yp42HyKyIL5QwtpzVOI8BFF1dwmgPCWiLzFg7blMtl8=";
};
meta = {
description = "Definition of MIME types";