##// END OF EJS Templates
dependencies: bumped paste to 3.0.8
marcink -
r3601:2800f614 default
parent child Browse files
Show More
@@ -1051,14 +1051,14 b' self: super: {'
1051 1051 };
1052 1052 };
1053 1053 "paste" = super.buildPythonPackage {
1054 name = "paste-3.0.5";
1054 name = "paste-3.0.8";
1055 1055 doCheck = false;
1056 1056 propagatedBuildInputs = [
1057 1057 self."six"
1058 1058 ];
1059 1059 src = fetchurl {
1060 url = "https://files.pythonhosted.org/packages/d4/41/91bde422400786b1b06357c1e6e3a5379f54dc3002aeb337cb767233304e/Paste-3.0.5.tar.gz";
1061 sha256 = "1a6i8fh1fg8r4x800fvy9r82m15clwjim6yf2g9r4dff0y40dchv";
1060 url = "https://files.pythonhosted.org/packages/66/65/e3acf1663438483c1f6ced0b6c6f3b90da9f0faacb0a6e2aa0f3f9f4b235/Paste-3.0.8.tar.gz";
1061 sha256 = "05w1sh6ky4d7pmdb8nv82n13w22jcn3qsagg5ih3hjmbws9kkwf4";
1062 1062 };
1063 1063 meta = {
1064 1064 license = [ pkgs.lib.licenses.mit ];
@@ -34,7 +34,7 b' markupsafe==1.1.0'
34 34 msgpack-python==0.5.6
35 35 pyotp==2.2.7
36 36 packaging==15.2
37 paste==3.0.5
37 paste==3.0.8
38 38 pastedeploy==2.0.1
39 39 pastescript==3.0.0
40 40 peppercorn==0.6
General Comments 0
You need to be logged in to leave comments. Login now