##// END OF EJS Templates
dependencies: bumped plaster-pastedeploy-0.7
marcink -
r684:7eb09353 default
parent child Browse files
Show More
@@ -431,15 +431,15 b' self: super: {'
431 };
431 };
432 };
432 };
433 "plaster-pastedeploy" = super.buildPythonPackage {
433 "plaster-pastedeploy" = super.buildPythonPackage {
434 name = "plaster-pastedeploy-0.6";
434 name = "plaster-pastedeploy-0.7";
435 doCheck = false;
435 doCheck = false;
436 propagatedBuildInputs = [
436 propagatedBuildInputs = [
437 self."pastedeploy"
437 self."pastedeploy"
438 self."plaster"
438 self."plaster"
439 ];
439 ];
440 src = fetchurl {
440 src = fetchurl {
441 url = "https://files.pythonhosted.org/packages/3f/e7/6a6833158d2038ec40085433308a1e164fd1dac595513f6dd556d5669bb8/plaster_pastedeploy-0.6.tar.gz";
441 url = "https://files.pythonhosted.org/packages/99/69/2d3bc33091249266a1bd3cf24499e40ab31d54dffb4a7d76fe647950b98c/plaster_pastedeploy-0.7.tar.gz";
442 sha256 = "1bkggk18f4z2bmsmxyxabvf62znvjwbivzh880419r3ap0616cf2";
442 sha256 = "1zg7gcsvc1kzay1ry5p699rg2qavfsxqwl17mqxzr0gzw6j9679r";
443 };
443 };
444 meta = {
444 meta = {
445 license = [ pkgs.lib.licenses.mit ];
445 license = [ pkgs.lib.licenses.mit ];
General Comments 0
You need to be logged in to leave comments. Login now