##// END OF EJS Templates
dependencies: bumped webob to 1.8.5
marcink -
r677:6d954ff2 default
parent child Browse files
Show More
@@ -886,11 +886,11 b' self: super: {'
886 };
886 };
887 };
887 };
888 "webob" = super.buildPythonPackage {
888 "webob" = super.buildPythonPackage {
889 name = "webob-1.8.4";
889 name = "webob-1.8.5";
890 doCheck = false;
890 doCheck = false;
891 src = fetchurl {
891 src = fetchurl {
892 url = "https://files.pythonhosted.org/packages/e4/6c/99e322c3d4cc11d9060a67a9bf2f7c9c581f40988c11fffe89bb8c36bc5e/WebOb-1.8.4.tar.gz";
892 url = "https://files.pythonhosted.org/packages/9d/1a/0c89c070ee2829c934cb6c7082287c822e28236a4fcf90063e6be7c35532/WebOb-1.8.5.tar.gz";
893 sha256 = "16cfg5y4n6sihz59vsmns2yqbfm0gfsn3l5xgz2g0pdhilaib0x4";
893 sha256 = "11khpzaxc88q31v25ic330gsf56fwmbdc9b30br8mvp0fmwspah5";
894 };
894 };
895 meta = {
895 meta = {
896 license = [ pkgs.lib.licenses.mit ];
896 license = [ pkgs.lib.licenses.mit ];
@@ -25,7 +25,7 b' subvertpy==0.10.1'
25
25
26 six==1.11.0
26 six==1.11.0
27 translationstring==1.3
27 translationstring==1.3
28 webob==1.8.4
28 webob==1.8.5
29 zope.deprecation==4.4.0
29 zope.deprecation==4.4.0
30 zope.interface==4.6.0
30 zope.interface==4.6.0
31
31
General Comments 0
You need to be logged in to leave comments. Login now