mako: 0.9.1 -> 1.0.1

This commit is contained in:
William A. Kennington III 2015-03-28 13:56:12 -07:00
parent 53336e7a91
commit 50cd623632

View File

@ -5957,14 +5957,14 @@ let
Mako = buildPythonPackage rec {
name = "Mako-0.9.1";
name = "Mako-1.0.1";
src = pkgs.fetchurl {
url = "http://pypi.python.org/packages/source/M/Mako/${name}.tar.gz";
md5 = "fe3f394ef714776d09ec6133923736a7";
md5 = "9f0aafd177b039ef67b90ea350497a54";
};
buildInputs = with self; [ markupsafe nose ];
buildInputs = with self; [ markupsafe nose mock ];
propagatedBuildInputs = with self; [ markupsafe ];
meta = {