perlPackages.StringInterpolate: init at 0.32

This commit is contained in:
pablo1107 2020-05-10 02:56:08 -03:00 committed by Bjørn Forsman
parent fc3d6386db
commit 7341598420

@ -17009,6 +17009,20 @@ let
};
};
StringInterpolate = buildPerlPackage {
pname = "String-Interpolate";
version = "0.32";
src = fetchurl {
url = mirror://cpan/authors/id/N/NE/NEILB/String-Interpolate-0.32.tar.gz;
sha256 = "15fwbpz3jdpdgmz794iw9hz2caxrnrw9pdwprxxkanpm92cdhaf7";
};
meta = with stdenv.lib; {
# https://metacpan.org/pod/String::Interpolate
description = "String::Interpolate - Wrapper for builtin the Perl interpolation engine.";
license = licenses.gpl1Plus;
};
};
StringMkPasswd = buildPerlPackage {
pname = "String-MkPasswd";
version = "0.05";