##// END OF EJS Templates
dependencies: bumped plaster-pastedeploy to 0.5
marcink -
r420:2511806f default
parent child Browse files
Show More
@@ -445,13 +445,13 b''
445 };
445 };
446 };
446 };
447 plaster-pastedeploy = super.buildPythonPackage {
447 plaster-pastedeploy = super.buildPythonPackage {
448 name = "plaster-pastedeploy-0.4.2";
448 name = "plaster-pastedeploy-0.5";
449 buildInputs = with self; [];
449 buildInputs = with self; [];
450 doCheck = false;
450 doCheck = false;
451 propagatedBuildInputs = with self; [PasteDeploy plaster];
451 propagatedBuildInputs = with self; [PasteDeploy plaster];
452 src = fetchurl {
452 src = fetchurl {
453 url = "https://pypi.python.org/packages/2c/62/0daf9c0be958e785023e583e51baac15863699e956bfb3d448898d80edd8/plaster_pastedeploy-0.4.2.tar.gz";
453 url = "https://files.pythonhosted.org/packages/e7/05/cc12d9d3efaa10046b6ec5de91b16486c95de4847dc57599bf58021a3d5c/plaster_pastedeploy-0.5.tar.gz";
454 md5 = "58fd7852002909378e818c9d5b71e90a";
454 sha256 = "70a3185b2a3336996a26e9987968cf35e84cf13390b7e8a0a9a91eb8f6f85ba9";
455 };
455 };
456 meta = {
456 meta = {
457 license = [ pkgs.lib.licenses.mit ];
457 license = [ pkgs.lib.licenses.mit ];
General Comments 0
You need to be logged in to leave comments. Login now