lua-modules/generated-packages: regen

Mostly formatting improvements,
basexx apparently has new version which was picked up.
This commit is contained in:
Will Dietz 2019-04-27 14:11:56 -05:00
parent 9a3ed7ea04
commit c1f3c92fef

View File

@ -52,12 +52,18 @@ argparse = buildLuarocksPackage {
}; };
basexx = buildLuarocksPackage { basexx = buildLuarocksPackage {
pname = "basexx"; pname = "basexx";
version = "0.4.0-1"; version = "0.4.1-1";
knownRockspec = (fetchurl {
url = https://luarocks.org/basexx-0.4.1-1.rockspec;
sha256 = "0kmydxm2wywl18cgj303apsx7hnfd68a9hx9yhq10fj7yfcxzv5f";
}).outPath;
src = fetchurl { src = fetchurl {
url = https://luarocks.org/basexx-0.4.0-1.src.rock; url = https://github.com/aiq/basexx/archive/v0.4.1.tar.gz;
sha256 = "1px8yrxg1qkk3kzdqj3siry742jdv4ysp2dmicxi15mkynqpjlzz"; sha256 = "1rnz6xixxqwy0q6y2hi14rfid4w47h69gfi0rnlq24fz8q2b0qpz";
}; };
disabled = ( luaOlder "5.1" ); disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ]; propagatedBuildInputs = [ lua ];
buildType = "builtin"; buildType = "builtin";
@ -130,6 +136,32 @@ inspect = buildLuarocksPackage {
}; };
}; };
}; };
ldoc = buildLuarocksPackage {
pname = "ldoc";
version = "1.4.6-2";
knownRockspec = (fetchurl {
url = https://luarocks.org/ldoc-1.4.6-2.rockspec;
sha256 = "14yb0qihizby8ja0fa82vx72vk903mv6m7izn39mzfrgb8mha0pm";
}).outPath;
src = fetchurl {
url = http://stevedonovan.github.io/files/ldoc-1.4.6.zip;
sha256 = "1fvsmmjwk996ypzizcy565hj82bhj17vdb83ln6ff63mxr3zs1la";
};
propagatedBuildInputs = [ penlight markdown ];
buildType = "builtin";
meta = {
homepage = "http://stevedonovan.github.com/ldoc";
description = "A Lua Documentation Tool";
license = {
fullName = "MIT/X11";
};
};
};
lgi = buildLuarocksPackage { lgi = buildLuarocksPackage {
pname = "lgi"; pname = "lgi";
version = "0.9.2-1"; version = "0.9.2-1";
@ -143,7 +175,7 @@ lgi = buildLuarocksPackage {
buildType = "make"; buildType = "make";
meta = { meta = {
homepage = "https://github.com/pavouk/lgi"; homepage = "http://github.com/pavouk/lgi";
description = "Lua bindings to GObject libraries"; description = "Lua bindings to GObject libraries";
license = { license = {
fullName = "MIT/X11"; fullName = "MIT/X11";
@ -203,7 +235,7 @@ lrexlib-gnu = buildLuarocksPackage {
buildType = "builtin"; buildType = "builtin";
meta = { meta = {
homepage = "https://github.com/rrthomas/lrexlib"; homepage = "http://github.com/rrthomas/lrexlib";
description = "Regular expression library binding (GNU flavour)."; description = "Regular expression library binding (GNU flavour).";
license = { license = {
fullName = "MIT/X11"; fullName = "MIT/X11";
@ -223,7 +255,7 @@ lrexlib-posix = buildLuarocksPackage {
buildType = "builtin"; buildType = "builtin";
meta = { meta = {
homepage = "https://github.com/rrthomas/lrexlib"; homepage = "http://github.com/rrthomas/lrexlib";
description = "Regular expression library binding (POSIX flavour)."; description = "Regular expression library binding (POSIX flavour).";
license = { license = {
fullName = "MIT/X11"; fullName = "MIT/X11";
@ -273,7 +305,7 @@ lua-cmsgpack = buildLuarocksPackage {
buildType = "builtin"; buildType = "builtin";
meta = { meta = {
homepage = "https://github.com/antirez/lua-cmsgpack"; homepage = "http://github.com/antirez/lua-cmsgpack";
description = "MessagePack C implementation and bindings for Lua 5.1/5.2/5.3"; description = "MessagePack C implementation and bindings for Lua 5.1/5.2/5.3";
license = { license = {
fullName = "Two-clause BSD"; fullName = "Two-clause BSD";
@ -508,6 +540,46 @@ say = buildLuarocksPackage {
}; };
}; };
}; };
std__debug = buildLuarocksPackage {
pname = "std._debug";
version = "1.0.1-1";
src = fetchurl {
url = https://luarocks.org/std._debug-1.0.1-1.src.rock;
sha256 = "1qkcc5rph3ns9mzrfsa1671pb3hzbzfnaxvyw7zdly2b7ll88svz";
};
disabled = ( luaOlder "5.1" ) || ( luaAtLeast "5.5" );
propagatedBuildInputs = [ lua ];
buildType = "builtin";
meta = {
homepage = "http://lua-stdlib.github.io/_debug";
description = "Debug Hints Library";
license = {
fullName = "MIT/X11";
};
};
};
std_normalize = buildLuarocksPackage {
pname = "std.normalize";
version = "2.0.2-1";
src = fetchurl {
url = https://luarocks.org/std.normalize-2.0.2-1.src.rock;
sha256 = "0yn60zqnxflhhlv6xk6w0ifdfxk1qcg8gq1wnrrbwsxwpipsrfjh";
};
disabled = ( luaOlder "5.1" ) || ( luaAtLeast "5.4" );
propagatedBuildInputs = [ lua std__debug ];
buildType = "builtin";
meta = {
homepage = "https://lua-stdlib.github.io/normalize";
description = "Normalized Lua Functions";
license = {
fullName = "MIT/X11";
};
};
};
luv = buildLuarocksPackage { luv = buildLuarocksPackage {
pname = "luv"; pname = "luv";
version = "1.27.0-0"; version = "1.27.0-0";
@ -680,32 +752,6 @@ coxpcall = buildLuarocksPackage {
}; };
}; };
}; };
ldoc = buildLuarocksPackage {
pname = "ldoc";
version = "1.4.6-2";
knownRockspec = (fetchurl {
url = https://luarocks.org/ldoc-1.4.6-2.rockspec;
sha256 = "14yb0qihizby8ja0fa82vx72vk903mv6m7izn39mzfrgb8mha0pm";
}).outPath;
src = fetchurl {
url = http://stevedonovan.github.io/files/ldoc-1.4.6.zip;
sha256 = "1fvsmmjwk996ypzizcy565hj82bhj17vdb83ln6ff63mxr3zs1la";
};
propagatedBuildInputs = [ penlight markdown ];
buildType = "builtin";
meta = {
homepage = "http://stevedonovan.github.com/ldoc";
description="A Lua Documentation Tool";
license = {
fullName = "MIT/X11";
};
};
};
} }
/* GENERATED */ /* GENERATED */