[cpan2nix] perlPackages.MIMETypes: 2.13 -> 2.17

This commit is contained in:
volth 2018-06-02 20:34:30 +00:00
parent 102d5f8646
commit 6ec5fae388
1 changed files with 2 additions and 2 deletions

View File

@ -9652,10 +9652,10 @@ let self = _self // overrides; _self = with self; {
}; };
MIMETypes = buildPerlPackage rec { MIMETypes = buildPerlPackage rec {
name = "MIME-Types-2.13"; name = "MIME-Types-2.17";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/M/MA/MARKOV/${name}.tar.gz"; url = "mirror://cpan/authors/id/M/MA/MARKOV/${name}.tar.gz";
sha256 = "1y3vnxk4wv4a00lxcp39hw9650cdl455d3y7nv42rqmvaxikghwr"; sha256 = "1xlg7q6h8zyb8534sy0iqn90py18kilg419q6051bwqz5zadfkp0";
}; };
meta = { meta = {
description = "Definition of MIME types"; description = "Definition of MIME types";