prettytable: Update to 0.7.1
This commit is contained in:
parent
694ecd4737
commit
bd1c8a5048
@ -2776,11 +2776,11 @@ pythonPackages = python.modules // rec {
|
|||||||
|
|
||||||
|
|
||||||
prettytable = buildPythonPackage rec {
|
prettytable = buildPythonPackage rec {
|
||||||
name = "prettytable-0.5";
|
name = "prettytable-0.7.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pypi.python.org/packages/source/P/PrettyTable/${name}.tar.gz";
|
url = "http://pypi.python.org/packages/source/P/PrettyTable/${name}.tar.bz2";
|
||||||
md5 = "13a6930d775395f393afd86948afa4fa";
|
sha1 = "ad346a18d92c1d95f2295397c7a8a4f489e48851";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user