##// END OF EJS Templates
dependencies: updated webob to 1.8.4
marcink -
r603:a2141770 default
parent child Browse files
Show More
@@ -888,11 +888,11 b' self: super: {'
888 };
888 };
889 };
889 };
890 "webob" = super.buildPythonPackage {
890 "webob" = super.buildPythonPackage {
891 name = "webob-1.7.4";
891 name = "webob-1.8.4";
892 doCheck = false;
892 doCheck = false;
893 src = fetchurl {
893 src = fetchurl {
894 url = "https://files.pythonhosted.org/packages/75/34/731e23f52371852dfe7490a61644826ba7fe70fd52a377aaca0f4956ba7f/WebOb-1.7.4.tar.gz";
894 url = "https://files.pythonhosted.org/packages/e4/6c/99e322c3d4cc11d9060a67a9bf2f7c9c581f40988c11fffe89bb8c36bc5e/WebOb-1.8.4.tar.gz";
895 sha256 = "1na01ljg04z40il7vcrn8g29vaw7nvg1xvhk64cr4jys5wcay44d";
895 sha256 = "16cfg5y4n6sihz59vsmns2yqbfm0gfsn3l5xgz2g0pdhilaib0x4";
896 };
896 };
897 meta = {
897 meta = {
898 license = [ pkgs.lib.licenses.mit ];
898 license = [ pkgs.lib.licenses.mit ];
@@ -29,7 +29,7 b' subvertpy==0.10.1'
29
29
30 six==1.11.0
30 six==1.11.0
31 translationstring==1.3
31 translationstring==1.3
32 webob==1.7.4
32 webob==1.8.4
33 zope.deprecation==4.3.0
33 zope.deprecation==4.3.0
34 zope.interface==4.5.0
34 zope.interface==4.5.0
35
35
General Comments 0
You need to be logged in to leave comments. Login now