3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.IOSocketInet6: update from 2.69 to 2.71

This commit is contained in:
Nixpkgs Monitor 2013-12-21 03:54:56 +02:00 committed by Evgeny Egorochkin
parent 1dff01fe23
commit 1738fff048

View file

@ -4251,10 +4251,10 @@ rec {
};
IOSocketInet6 = buildPerlPackage rec {
name = "IO-Socket-INET6-2.69";
name = "IO-Socket-INET6-2.71";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
sha256 = "accd565643969d905e199e28e60e833213ccc2026c372432df01e49b044c3045";
sha256 = "041iv3fdskvk7in73bf7253ah9aiqwxzi4zxfiwkn0jlb7mnqjrl";
};
propagatedBuildInputs = [Socket6];
doCheck = false;