[cpan2nix] perlPackages.FileHandleUnget: 0.1628 -> 0.1629

This commit is contained in:
volth 2018-07-08 06:30:00 +00:00
parent 3404161c95
commit 39ba936d09

View File

@ -5875,12 +5875,12 @@ let self = _self // overrides; _self = with self; {
};
FileHandleUnget = buildPerlPackage rec {
name = "FileHandle-Unget-0.1628";
name = "FileHandle-Unget-0.1629";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DC/DCOPPIT/${name}.tar.gz";
sha256 = "9ef4eb765ddfdc35b350905d8dd0a1e12139eabc586652811bfab41972100fdf";
sha256 = "65925ec334d239c79f4a446716fb0816acb010de495ffd6b23d677f5bcc54362";
};
buildInputs = [ FileSlurp URI ];
buildInputs = [ FileSlurp TestCompile UNIVERSALrequire URI ];
meta = {
homepage = https://github.com/coppit/filehandle-unget/;
description = "FileHandle which supports multi-byte unget";