mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
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 {
|
||||
name = "prettytable-0.5";
|
||||
name = "prettytable-0.7.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/P/PrettyTable/${name}.tar.gz";
|
||||
md5 = "13a6930d775395f393afd86948afa4fa";
|
||||
url = "http://pypi.python.org/packages/source/P/PrettyTable/${name}.tar.bz2";
|
||||
sha1 = "ad346a18d92c1d95f2295397c7a8a4f489e48851";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user