##// END OF EJS Templates
dependencies: bumped iso8601 to 0.1.12
marcink -
r3354:0a3b308f default
parent child Browse files
Show More
@@ -718,11 +718,11 b' self: super: {'
718 };
718 };
719 };
719 };
720 "iso8601" = super.buildPythonPackage {
720 "iso8601" = super.buildPythonPackage {
721 name = "iso8601-0.1.11";
721 name = "iso8601-0.1.12";
722 doCheck = false;
722 doCheck = false;
723 src = fetchurl {
723 src = fetchurl {
724 url = "https://files.pythonhosted.org/packages/c0/75/c9209ee4d1b5975eb8c2cba4428bde6b61bd55664a98290dd015cdb18e98/iso8601-0.1.11.tar.gz";
724 url = "https://files.pythonhosted.org/packages/45/13/3db24895497345fb44c4248c08b16da34a9eb02643cea2754b21b5ed08b0/iso8601-0.1.12.tar.gz";
725 sha256 = "0c7gh3lsdjds262h0v1sqc66l7hqgfwbakn96qrhdbl0i3vm5yz8";
725 sha256 = "10nyvvnrhw2w3p09v1ica4lgj6f4g9j3kkfx17qmraiq3w7b5i29";
726 };
726 };
727 meta = {
727 meta = {
728 license = [ pkgs.lib.licenses.mit ];
728 license = [ pkgs.lib.licenses.mit ];
@@ -28,7 +28,7 b' future==0.14.3'
28 futures==3.0.2
28 futures==3.0.2
29 gnureadline==6.3.8
29 gnureadline==6.3.8
30 infrae.cache==1.0.1
30 infrae.cache==1.0.1
31 iso8601==0.1.11
31 iso8601==0.1.12
32 itsdangerous==0.24
32 itsdangerous==0.24
33 jinja2==2.9.6
33 jinja2==2.9.6
34 billiard==3.5.0.3
34 billiard==3.5.0.3
General Comments 0
You need to be logged in to leave comments. Login now