terminaltables: init at 3.1.0
This commit is contained in:
parent
7c25047677
commit
2074d586a9
@ -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 {
|
keystoneclient = buildPythonPackage rec {
|
||||||
name = "keystoneclient-${version}";
|
name = "keystoneclient-${version}";
|
||||||
version = "1.8.1";
|
version = "1.8.1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user