##// END OF EJS Templates
dependencies: downgraded iso8601 to 0.1.11 for compatability.
marcink -
r2712:622bc808 default
parent child Browse files
Show More
@@ -913,13 +913,13 b''
913 };
913 };
914 };
914 };
915 iso8601 = super.buildPythonPackage {
915 iso8601 = super.buildPythonPackage {
916 name = "iso8601-0.1.12";
916 name = "iso8601-0.1.11";
917 buildInputs = with self; [];
917 buildInputs = with self; [];
918 doCheck = false;
918 doCheck = false;
919 propagatedBuildInputs = with self; [];
919 propagatedBuildInputs = with self; [];
920 src = fetchurl {
920 src = fetchurl {
921 url = "https://files.pythonhosted.org/packages/45/13/3db24895497345fb44c4248c08b16da34a9eb02643cea2754b21b5ed08b0/iso8601-0.1.12.tar.gz";
921 url = "https://files.pythonhosted.org/packages/c0/75/c9209ee4d1b5975eb8c2cba4428bde6b61bd55664a98290dd015cdb18e98/iso8601-0.1.11.tar.gz";
922 sha256 = "49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82";
922 sha256 = "e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30";
923 };
923 };
924 meta = {
924 meta = {
925 license = [ pkgs.lib.licenses.mit ];
925 license = [ pkgs.lib.licenses.mit ];
@@ -24,7 +24,7 b' future==0.14.3'
24 futures==3.0.2
24 futures==3.0.2
25 gnureadline==6.3.8
25 gnureadline==6.3.8
26 infrae.cache==1.0.1
26 infrae.cache==1.0.1
27 iso8601==0.1.12
27 iso8601==0.1.11
28 itsdangerous==0.24
28 itsdangerous==0.24
29 Jinja2==2.9.6
29 Jinja2==2.9.6
30 billiard==3.5.0.3
30 billiard==3.5.0.3
General Comments 0
You need to be logged in to leave comments. Login now