[cpan2nix] perlPackages.LocaleCodes: 3.56 -> 3.57

This commit is contained in:
volth 2018-06-04 16:04:07 +00:00
parent adac4458a7
commit 26b3d823fb

View file

@ -8692,10 +8692,10 @@ let self = _self // overrides; _self = with self; {
};
LocaleCodes = buildPerlPackage {
name = "Locale-Codes-3.56";
name = "Locale-Codes-3.57";
src = fetchurl {
url = mirror://cpan/authors/id/S/SB/SBECK/Locale-Codes-3.56.tar.gz;
sha256 = "d82f3340ecb7f8700493df0273dede0c049fbc44c2fe1e811fc6c5a79b79ae79";
url = mirror://cpan/authors/id/S/SB/SBECK/Locale-Codes-3.57.tar.gz;
sha256 = "3547cffeb6098a706a5647f6079e06cbdb68a6b7f9c8d5b0032659df7bfd8812";
};
meta = {
description = "A distribution of modules to handle locale codes";