[cpan2nix] perlPackages.FileHandleUnget: 0.1628 -> 0.1629
This commit is contained in:
parent
3404161c95
commit
39ba936d09
@ -5875,12 +5875,12 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
FileHandleUnget = buildPerlPackage rec {
|
FileHandleUnget = buildPerlPackage rec {
|
||||||
name = "FileHandle-Unget-0.1628";
|
name = "FileHandle-Unget-0.1629";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/D/DC/DCOPPIT/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/D/DC/DCOPPIT/${name}.tar.gz";
|
||||||
sha256 = "9ef4eb765ddfdc35b350905d8dd0a1e12139eabc586652811bfab41972100fdf";
|
sha256 = "65925ec334d239c79f4a446716fb0816acb010de495ffd6b23d677f5bcc54362";
|
||||||
};
|
};
|
||||||
buildInputs = [ FileSlurp URI ];
|
buildInputs = [ FileSlurp TestCompile UNIVERSALrequire URI ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/coppit/filehandle-unget/;
|
homepage = https://github.com/coppit/filehandle-unget/;
|
||||||
description = "FileHandle which supports multi-byte unget";
|
description = "FileHandle which supports multi-byte unget";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user