pythonPackages.tabulate: 0.7.5 -> 0.7.7

This commit is contained in:
Frederik Rietdijk 2017-02-01 14:45:08 +01:00
parent cd7e95ac9a
commit 4188e6cbf6

View file

@ -25267,12 +25267,12 @@ in {
};
tabulate = buildPythonPackage rec {
version = "0.7.5";
version = "0.7.7";
name = "tabulate-${version}";
src = pkgs.fetchurl {
url = "mirror://pypi/t/tabulate/${name}.tar.gz";
sha256 = "9071aacbd97a9a915096c1aaf0dc684ac2672904cd876db5904085d6dac9810e";
sha256 = "83a0b8e17c09f012090a50e1e97ae897300a72b35e0c86c0b53d3bd2ae86d8c6";
};
buildInputs = with self; [ nose ];