##// END OF EJS Templates
dependencies: bumped python-dateutil to 2.7.2
marcink -
r2723:44258720 default
parent child Browse files
Show More
@@ -1407,13 +1407,13 b''
1407 };
1407 };
1408 };
1408 };
1409 python-dateutil = super.buildPythonPackage {
1409 python-dateutil = super.buildPythonPackage {
1410 name = "python-dateutil-2.6.1";
1410 name = "python-dateutil-2.7.2";
1411 buildInputs = with self; [];
1411 buildInputs = with self; [];
1412 doCheck = false;
1412 doCheck = false;
1413 propagatedBuildInputs = with self; [six];
1413 propagatedBuildInputs = with self; [six];
1414 src = fetchurl {
1414 src = fetchurl {
1415 url = "https://pypi.python.org/packages/54/bb/f1db86504f7a49e1d9b9301531181b00a1c7325dc85a29160ee3eaa73a54/python-dateutil-2.6.1.tar.gz";
1415 url = "https://files.pythonhosted.org/packages/c5/39/4da7c2dbc4f023fba5fb2325febcadf0d0ce0efdc8bd12083a0f65d20653/python-dateutil-2.7.2.tar.gz";
1416 md5 = "db38f6b4511cefd76014745bb0cc45a4";
1416 sha256 = "9d8074be4c993fbe4947878ce593052f71dac82932a677d49194d8ce9778002e";
1417 };
1417 };
1418 meta = {
1418 meta = {
1419 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "Simplified BSD"; } ];
1419 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "Simplified BSD"; } ];
General Comments 0
You need to be logged in to leave comments. Login now