perlPackages.IOSocketInet6: update from 2.71 to 2.72

This commit is contained in:
Evgeny Egorochkin 2014-03-30 20:21:40 +03:00
parent 0c66dbaee6
commit 7973471c7b

View File

@ -4373,10 +4373,10 @@ let self = _self // overrides; _self = with self; {
};
IOSocketInet6 = buildPerlPackage rec {
name = "IO-Socket-INET6-2.71";
name = "IO-Socket-INET6-2.72";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
sha256 = "041iv3fdskvk7in73bf7253ah9aiqwxzi4zxfiwkn0jlb7mnqjrl";
sha256 = "1fqypz6qa5rw2d5y2zq7f49frwra0aln13nhq5gi514j2zx21q45";
};
propagatedBuildInputs = [Socket6];
doCheck = false;