[cpan2nix] perlPackages.LocaleCodes: 3.57 -> 3.58
This commit is contained in:
parent
d83512a3f2
commit
168969b872
|
@ -8552,10 +8552,10 @@ let
|
|||
};
|
||||
|
||||
LocaleCodes = buildPerlPackage {
|
||||
name = "Locale-Codes-3.57";
|
||||
name = "Locale-Codes-3.58";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/S/SB/SBECK/Locale-Codes-3.57.tar.gz;
|
||||
sha256 = "3547cffeb6098a706a5647f6079e06cbdb68a6b7f9c8d5b0032659df7bfd8812";
|
||||
url = mirror://cpan/authors/id/S/SB/SBECK/Locale-Codes-3.58.tar.gz;
|
||||
sha256 = "345c0b0170288d74a147fbe218b7c78147aa2baf4e839fe8680a2b0a2d8e505b";
|
||||
};
|
||||
meta = {
|
||||
description = "A distribution of modules to handle locale codes";
|
||||
|
|
Loading…
Reference in New Issue