mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
perlPackages.StringInterpolateNamed: 1.00 -> 1.03
This commit is contained in:
parent
a7057bdc27
commit
e7f2551451
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user