perlPackages.StringFormat: update from 1.16 to 1.17
This commit is contained in:
parent
110a78818e
commit
9bac327a0d
1 changed files with 2 additions and 2 deletions
|
@ -7546,10 +7546,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
StringFormat = buildPerlPackage rec {
|
||||
name = "String-Format-1.16";
|
||||
name = "String-Format-1.17";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DA/DARREN/${name}.tar.gz";
|
||||
sha256 = "edb27dd055ad71012a439f262f9394517adb585a5c27ba72c1819bae2c23729a";
|
||||
sha256 = "0sxfavcsb349rfafxflq2f9h3xpxabrw0q7vhmh9n3hjij8fa1jk";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue