mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
[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 {
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user