[cpan2nix] perlPackages.StringFormat: 1.17 -> 1.18

This commit is contained in:
volth 2018-04-07 07:53:10 +00:00
parent 16ca19b9df
commit 256e34bfbc

View File

@ -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";
};
};