terminaltables: init at 3.1.0

This commit is contained in:
Peter Marheine 2017-01-04 08:29:59 +00:00 committed by Michael Raskin
parent 7c25047677
commit 2074d586a9

View file

@ -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";