perlPackages.IOAll: update from 0.46 to 0.50

This commit is contained in:
Nixpkgs Monitor 2013-12-21 01:59:33 +02:00 committed by Evgeny Egorochkin
parent d5e47884ae
commit 99e9b097f2

View File

@ -4162,10 +4162,10 @@ rec {
};
IOAll = buildPerlPackage {
name = "IO-All-0.46";
name = "IO-All-0.50";
src = fetchurl {
url = mirror://cpan/authors/id/I/IN/INGY/IO-All-0.46.tar.gz;
sha256 = "0rqv270gi7x4sjicfwf1hiqvicwlj3s0zyi2cxqwrc8q9hs2pdya";
url = mirror://cpan/authors/id/I/IN/INGY/IO-All-0.50.tar.gz;
sha256 = "13mc913jqqfkaily48cd886x0n6x6zw59c00fmkhqc97xh1kdckc";
};
propagatedBuildInputs = [ IOString ];
meta = {