[cpan2nix] perlPackages.StringFormat: 1.17 -> 1.18
This commit is contained in:
parent
16ca19b9df
commit
256e34bfbc
@ -12755,10 +12755,10 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
StringFormat = buildPerlPackage rec {
|
||||
name = "String-Format-1.17";
|
||||
name = "String-Format-1.18";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DA/DARREN/${name}.tar.gz";
|
||||
sha256 = "0sxfavcsb349rfafxflq2f9h3xpxabrw0q7vhmh9n3hjij8fa1jk";
|
||||
url = mirror://cpan/authors/id/S/SR/SREZIC/String-Format-1.18.tar.gz;
|
||||
sha256 = "0y77frxzjifd4sw0j19cc346ysas1mya84rdxaz279lyin7plhcy";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user