diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 93935cb39d2dbf..6a04ffcfd8b5d9 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -12948,10 +12948,10 @@ with self; { IOPty = buildPerlModule { pname = "IO-Pty"; - version = "1.16"; + version = "1.20"; src = fetchurl { - url = "mirror://cpan/authors/id/T/TO/TODDR/IO-Tty-1.16.tar.gz"; - hash = "sha256-jxoJwHBzitxpXfkD8uf3QwjdjZkbkUwLw5Cg5gISlN0="; + url = "mirror://cpan/authors/id/T/TO/TODDR/IO-Tty-1.20.tar.gz"; + hash = "sha256-sVMJ/IViOJMonLmyuI36ntHmkVa3XymThVOkW+bXMK8="; }; buildPhase = "make"; checkPhase = "make test";