terminaltables: init at 3.1.0
This commit is contained in:
parent
7c25047677
commit
2074d586a9
1 changed files with 16 additions and 0 deletions
|
@ -25547,6 +25547,22 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
terminaltables = buildPythonPackage rec {
|
||||
name = "terminaltables-${version}";
|
||||
version = "3.1.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/t/terminaltables/${name}.tar.gz";
|
||||
sha256 = "f3eb0eb92e3833972ac36796293ca0906e998dc3be91fbe1f8615b331b853b81";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Display simple tables in terminals";
|
||||
homepage = "https://github.com/Robpol86/terminaltables";
|
||||
license = licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
keystoneclient = buildPythonPackage rec {
|
||||
name = "keystoneclient-${version}";
|
||||
version = "1.8.1";
|
||||
|
|
Loading…
Reference in a new issue