perlPackages.TextParsewords: init at 3.30

This commit is contained in:
Julien Moutinho
2021-09-21 16:29:16 +02:00
parent 58a963ac87
commit 8a54d527c7
+13
View File
@@ -22220,6 +22220,19 @@ let
};
};
TextParsewords = buildPerlPackage {
pname = "Text-Parsewords";
version = "3.30";
src = fetchurl {
url = "mirror://cpan/authors/id/C/CH/CHORNY/Text-ParseWords-3.30.tar.gz";
hash = "sha256-heAjgXndQ5l+WMZr1RYRGCvH1TNQUCmi2w0yMu2v9eg=";
};
meta = {
description = "Parse text into an array of tokens or array of arrays";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
TextPasswordPronounceable = buildPerlPackage {
pname = "Text-Password-Pronounceable";
version = "0.30";