##// END OF EJS Templates
dependencies: bumped graphiz to 0.8.4
marcink -
r2841:8764c368 default
parent child Browse files
Show More
@@ -551,11 +551,11 b' self: super: {'
551 };
551 };
552 };
552 };
553 "graphviz" = super.buildPythonPackage {
553 "graphviz" = super.buildPythonPackage {
554 name = "graphviz-0.8.3";
554 name = "graphviz-0.8.4";
555 doCheck = false;
555 doCheck = false;
556 src = fetchurl {
556 src = fetchurl {
557 url = "https://files.pythonhosted.org/packages/95/29/306d5e768c14edddaf5c4462e13d65dddaed15c0d71f848919e1209c6488/graphviz-0.8.3.zip";
557 url = "https://files.pythonhosted.org/packages/21/e8/13b0523da93d7189d9ab30097cdd2ffe78f88b0cc69f341749dec562b731/graphviz-0.8.4.zip";
558 sha256 = "0gnl11w98iib7vif92f3vircavy2v1yl9sl54y6hhk1mwm0f07f6";
558 sha256 = "17v8h7j2yz8hy1jf7q8p0ik8dmf32m58lc6v11x7aqc4pnfa2n29";
559 };
559 };
560 meta = {
560 meta = {
561 license = [ pkgs.lib.licenses.mit ];
561 license = [ pkgs.lib.licenses.mit ];
General Comments 0
You need to be logged in to leave comments. Login now