##// END OF EJS Templates
dependencies: bumped some not pinned libraries:...
marcink -
r2769:3c4a3ff6 default
parent child Browse files
Show More
@@ -562,13 +562,13 b''
562 };
562 };
563 };
563 };
564 graphviz = super.buildPythonPackage {
564 graphviz = super.buildPythonPackage {
565 name = "graphviz-0.8.2";
565 name = "graphviz-0.8.3";
566 buildInputs = with self; [];
566 buildInputs = with self; [];
567 doCheck = false;
567 doCheck = false;
568 propagatedBuildInputs = with self; [];
568 propagatedBuildInputs = with self; [];
569 src = fetchurl {
569 src = fetchurl {
570 url = "https://files.pythonhosted.org/packages/fa/d1/63b62dee9e55368f60b5ea445e6afb361bb47e692fc27553f3672e16efb8/graphviz-0.8.2.zip";
570 url = "https://files.pythonhosted.org/packages/95/29/306d5e768c14edddaf5c4462e13d65dddaed15c0d71f848919e1209c6488/graphviz-0.8.3.zip";
571 sha256 = "606741c028acc54b1a065b33045f8c89ee0927ea77273ec409ac988f2c3d1091";
571 sha256 = "c61de040e5354c088d2785ea447dd8c26fc572dcc389e4e23e2b46947808d43e";
572 };
572 };
573 meta = {
573 meta = {
574 license = [ pkgs.lib.licenses.mit ];
574 license = [ pkgs.lib.licenses.mit ];
@@ -614,13 +614,13 b''
614 };
614 };
615 };
615 };
616 hupper = super.buildPythonPackage {
616 hupper = super.buildPythonPackage {
617 name = "hupper-1.1";
617 name = "hupper-1.3";
618 buildInputs = with self; [];
618 buildInputs = with self; [];
619 doCheck = false;
619 doCheck = false;
620 propagatedBuildInputs = with self; [];
620 propagatedBuildInputs = with self; [];
621 src = fetchurl {
621 src = fetchurl {
622 url = "https://files.pythonhosted.org/packages/21/0d/b7832396df00564836b204ac23aadd6ff177d1c0e68ce40e5ccaccc1dd86/hupper-1.1.tar.gz";
622 url = "https://files.pythonhosted.org/packages/51/0c/96335b1f2f32245fb871eea5bb9773196505ddb71fad15190056a282df9e/hupper-1.3.tar.gz";
623 sha256 = "e18037fa43fb4af7c00bd262ca6f5d7bcd22debd5d71e43b0fb1437f56e78035";
623 sha256 = "20387760e4d32bd4813c2cabc8e51d92b2c22c546102a0af182c33c152cd7ede";
624 };
624 };
625 meta = {
625 meta = {
626 license = [ pkgs.lib.licenses.mit ];
626 license = [ pkgs.lib.licenses.mit ];
@@ -1446,13 +1446,13 b''
1446 };
1446 };
1447 };
1447 };
1448 python-dateutil = super.buildPythonPackage {
1448 python-dateutil = super.buildPythonPackage {
1449 name = "python-dateutil-2.7.2";
1449 name = "python-dateutil-2.7.3";
1450 buildInputs = with self; [];
1450 buildInputs = with self; [];
1451 doCheck = false;
1451 doCheck = false;
1452 propagatedBuildInputs = with self; [six];
1452 propagatedBuildInputs = with self; [six];
1453 src = fetchurl {
1453 src = fetchurl {
1454 url = "https://files.pythonhosted.org/packages/c5/39/4da7c2dbc4f023fba5fb2325febcadf0d0ce0efdc8bd12083a0f65d20653/python-dateutil-2.7.2.tar.gz";
1454 url = "https://files.pythonhosted.org/packages/a0/b0/a4e3241d2dee665fea11baec21389aec6886655cd4db7647ddf96c3fad15/python-dateutil-2.7.3.tar.gz";
1455 sha256 = "9d8074be4c993fbe4947878ce593052f71dac82932a677d49194d8ce9778002e";
1455 sha256 = "e27001de32f627c22380a688bcc43ce83504a7bc5da472209b4c70f02829f0b8";
1456 };
1456 };
1457 meta = {
1457 meta = {
1458 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "Simplified BSD"; } ];
1458 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "Simplified BSD"; } ];
General Comments 0
You need to be logged in to leave comments. Login now