[cpan2nix] perlPackages.LocaleCodes: 3.60 -> 3.61

This commit is contained in:
volth 2019-07-18 22:52:19 +00:00
parent f0e7dec52b
commit b8497df2fc

View file

@ -9483,15 +9483,16 @@ let
LocaleCodes = buildPerlPackage {
pname = "Locale-Codes";
version = "3.60";
version = "3.61";
src = fetchurl {
url = mirror://cpan/authors/id/S/SB/SBECK/Locale-Codes-3.60.tar.gz;
sha256 = "32829bc49d927335de6994f3cfd55c5e693881602564c2aa966fe86740371194";
url = mirror://cpan/authors/id/S/SB/SBECK/Locale-Codes-3.61.tar.gz;
sha256 = "9432c02674dd789da45fe5b778599b4c648f0a3433bf71cda203fc8a0cec501d";
};
meta = {
description = "A distribution of modules to handle locale codes";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
buildInputs = [ FileFindRule TestInter TestPod TestPodCoverage ];
};
LocaleGettext = buildPerlPackage {