mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
mako: 0.9.1 -> 1.0.1
This commit is contained in:
parent
1a68f81db4
commit
5248ba84fd
1 changed files with 3 additions and 3 deletions
|
@ -6000,14 +6000,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 = {
|
||||
|
|
Loading…
Reference in a new issue