[cpan2nix] perlPackages.Expect: 1.32 -> 1.35

This commit is contained in:
volth 2018-04-07 07:54:15 +00:00
parent 6c8e74ce6c
commit 103f7da901

View File

@ -5133,12 +5133,11 @@ let self = _self // overrides; _self = with self; {
};
Expect = buildPerlPackage {
name = "Expect-1.32";
name = "Expect-1.35";
src = fetchurl {
url = mirror://cpan/authors/id/S/SZ/SZABGAB/Expect-1.32.tar.gz;
sha256 = "d1f96842a5c7dd8516b202b530d87a70b65e7054d3bf975c34f6a42084e54e25";
url = mirror://cpan/authors/id/J/JA/JACOBY/Expect-1.35.tar.gz;
sha256 = "09d92761421decd495853103379165a99efbf452c720f30277602cf23679fd06";
};
buildInputs = [ TestException ];
propagatedBuildInputs = [ IOTty ];
meta = {
description = "Automate interactions with command line programs that expose a text terminal interface";