mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
[cpan2nix] perlPackages.LocaleCodes: 3.60 -> 3.61
This commit is contained in:
parent
f0e7dec52b
commit
b8497df2fc
@ -9483,15 +9483,16 @@ let
|
|||||||
|
|
||||||
LocaleCodes = buildPerlPackage {
|
LocaleCodes = buildPerlPackage {
|
||||||
pname = "Locale-Codes";
|
pname = "Locale-Codes";
|
||||||
version = "3.60";
|
version = "3.61";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/S/SB/SBECK/Locale-Codes-3.60.tar.gz;
|
url = mirror://cpan/authors/id/S/SB/SBECK/Locale-Codes-3.61.tar.gz;
|
||||||
sha256 = "32829bc49d927335de6994f3cfd55c5e693881602564c2aa966fe86740371194";
|
sha256 = "9432c02674dd789da45fe5b778599b4c648f0a3433bf71cda203fc8a0cec501d";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "A distribution of modules to handle locale codes";
|
description = "A distribution of modules to handle locale codes";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
buildInputs = [ FileFindRule TestInter TestPod TestPodCoverage ];
|
||||||
};
|
};
|
||||||
|
|
||||||
LocaleGettext = buildPerlPackage {
|
LocaleGettext = buildPerlPackage {
|
||||||
|
Loading…
Reference in New Issue
Block a user