[cpan2nix] perlPackages.LocalePO: 0.23 -> 0.27

This commit is contained in:
volth 2018-04-07 07:54:24 +00:00
parent ff471daf2d
commit 5d29024730

View file

@ -8108,10 +8108,10 @@ let self = _self // overrides; _self = with self; {
};
LocalePO = buildPerlPackage {
name = "Locale-PO-0.23";
name = "Locale-PO-0.27";
src = fetchurl {
url = mirror://cpan/authors/id/C/CO/COSIMO/Locale-PO-0.23.tar.gz;
sha256 = "52e5fdc88ec4eb00512418a938dc5089476ea66c9e744fee3c6bbfdf17a0d302";
url = mirror://cpan/authors/id/C/CO/COSIMO/Locale-PO-0.27.tar.gz;
sha256 = "3c994a4b63e6e4e836c6f79a93f51921cab77c90c9753fe0f8b5429220d516b9";
};
propagatedBuildInputs = [ FileSlurp ];
meta = {