perlPackages.StringInterpolateNamed: 1.00 -> 1.03

This commit is contained in:
Stig Brautaset 2023-07-05 12:54:10 +01:00
parent a7057bdc27
commit e7f2551451
No known key found for this signature in database
GPG Key ID: 68D77873AEB4B2B9

View File

@ -22273,10 +22273,10 @@ with self; {
StringInterpolateNamed = buildPerlPackage {
pname = "String-Interpolate-Named";
version = "1.00";
version = "1.03";
src = fetchurl {
url = "mirror://cpan/authors/id/J/JV/JV/String-Interpolate-Named-1.00.tar.gz";
hash = "sha256-cnKZ+mkli2BHcOBZ7E2pBr/ecYYf3R4+ieMGdzccWoA=";
url = "mirror://cpan/authors/id/J/JV/JV/String-Interpolate-Named-1.03.tar.gz";
hash = "sha256-on13VgcnX2jtkqQT85SsAJLn3hzZPWJHnUf7pwF6Jtw=";
};
meta = {
description = "Interpolated named arguments in string";