##// END OF EJS Templates
depencencies: updated paste to 3.0.5
marcink -
r3307:138f116c default
parent child Browse files
Show More
@@ -960,14 +960,14 b' self: super: {'
960 960 };
961 961 };
962 962 "paste" = super.buildPythonPackage {
963 name = "paste-2.0.3";
963 name = "paste-3.0.5";
964 964 doCheck = false;
965 965 propagatedBuildInputs = [
966 966 self."six"
967 967 ];
968 968 src = fetchurl {
969 url = "https://files.pythonhosted.org/packages/30/c3/5c2f7c7a02e4f58d4454353fa1c32c94f79fa4e36d07a67c0ac295ea369e/Paste-2.0.3.tar.gz";
970 sha256 = "062jk0nlxf6lb2wwj6zc20rlvrwsnikpkh90y0dn8cjch93s6ii3";
969 url = "https://files.pythonhosted.org/packages/d4/41/91bde422400786b1b06357c1e6e3a5379f54dc3002aeb337cb767233304e/Paste-3.0.5.tar.gz";
970 sha256 = "1a6i8fh1fg8r4x800fvy9r82m15clwjim6yf2g9r4dff0y40dchv";
971 971 };
972 972 meta = {
973 973 license = [ pkgs.lib.licenses.mit ];
@@ -40,10 +40,10 b' markupsafe==1.0.0'
40 40 msgpack-python==0.5.6
41 41 pyotp==2.2.7
42 42 packaging==15.2
43 paste==2.0.3
44 43 pastedeploy==1.5.2
45 44 pastescript==2.0.2
46 45 pathlib2==2.3.2
46 paste==3.0.5
47 47 peppercorn==0.6
48 48 psutil==5.4.7
49 49 py-bcrypt==0.4
General Comments 0
You need to be logged in to leave comments. Login now