##// END OF EJS Templates
dependencies: bumped paste==3.4.0
marcink -
r4259:dd97c06b default
parent child Browse files
Show More
@@ -1100,14 +1100,14 b' self: super: {'
1100 };
1100 };
1101 };
1101 };
1102 "paste" = super.buildPythonPackage {
1102 "paste" = super.buildPythonPackage {
1103 name = "paste-3.2.1";
1103 name = "paste-3.4.0";
1104 doCheck = false;
1104 doCheck = false;
1105 propagatedBuildInputs = [
1105 propagatedBuildInputs = [
1106 self."six"
1106 self."six"
1107 ];
1107 ];
1108 src = fetchurl {
1108 src = fetchurl {
1109 url = "https://files.pythonhosted.org/packages/0d/86/7008b5563594e8a63763f05212a3eb84c85f0b2eff834e5697716e56bca9/Paste-3.2.1.tar.gz";
1109 url = "https://files.pythonhosted.org/packages/79/4a/45821b71dd40000507549afd1491546afad8279c0a87527c88776a794158/Paste-3.4.0.tar.gz";
1110 sha256 = "1vjxr8n1p31c9x9rh8g0f34yisa9028cxpvn36q7g1s0m2b9x71x";
1110 sha256 = "16sichvhyci1gaarkjs35mai8vphh7b244qm14hj1isw38nx4c03";
1111 };
1111 };
1112 meta = {
1112 meta = {
1113 license = [ pkgs.lib.licenses.mit ];
1113 license = [ pkgs.lib.licenses.mit ];
@@ -32,8 +32,8 b' msgpack-python==0.5.6'
32 pyotp==2.3.0
32 pyotp==2.3.0
33 packaging==20.3
33 packaging==20.3
34 pathlib2==2.3.5
34 pathlib2==2.3.5
35 paste==3.2.1
36 pastedeploy==2.0.1
35 pastedeploy==2.0.1
36 paste==3.4.0
37 pastescript==3.2.0
37 pastescript==3.2.0
38 peppercorn==0.6
38 peppercorn==0.6
39 psutil==5.6.5
39 psutil==5.6.5
General Comments 0
You need to be logged in to leave comments. Login now