[cpan2nix] perlPackages.LinguaENInflect: 1.899 -> 1.903

This commit is contained in:
volth 2018-04-07 07:52:17 +00:00
parent 3da0104552
commit 41917777d9

View file

@ -7852,10 +7852,10 @@ let self = _self // overrides; _self = with self; {
};
LinguaENInflect = buildPerlPackage rec {
name = "Lingua-EN-Inflect-1.899";
name = "Lingua-EN-Inflect-1.903";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DC/DCONWAY/${name}.tar.gz";
sha256 = "1599a93020a2fdc0de8db14eea721df8fd772f78dedaf81081081fc93aa6a257";
sha256 = "fcef4b67b04cc39e427b2d70e7c5b24195edd0ed88dd705a08ecd5cd830b0d49";
};
meta = {
description = "Convert singular to plural. Select 'a' or 'an'";