[cpan2nix] perlPackages.StringToIdentifierEN: 0.11 -> 0.12
This commit is contained in:
parent
14c8e79a66
commit
e1494a2a62
@ -13137,13 +13137,12 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
StringToIdentifierEN = buildPerlPackage rec {
|
StringToIdentifierEN = buildPerlPackage rec {
|
||||||
name = "String-ToIdentifier-EN-0.11";
|
name = "String-ToIdentifier-EN-0.12";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/R/RK/RKITOVER/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/R/RK/RKITOVER/${name}.tar.gz";
|
||||||
sha256 = "1bawghkgkkx7j3avnrj5sg3vix1z5564ks6wf9az3jc2knh8s5nh";
|
sha256 = "12nw7h2yiybhdw0vnnpc7bif8ylhsn6kqf6s39dsrf9h54iq9yrs";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs = [ LinguaENInflectPhrase TextUnidecode namespaceclean ];
|
||||||
[ LinguaENInflectPhrase TextUnidecode namespaceclean ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
StringTruncate = buildPerlPackage {
|
StringTruncate = buildPerlPackage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user