Show More
@@ -1074,15 +1074,15 b' self: super: {' | |||||
1074 | }; |
|
1074 | }; | |
1075 | }; |
|
1075 | }; | |
1076 | "packaging" = super.buildPythonPackage { |
|
1076 | "packaging" = super.buildPythonPackage { | |
1077 |
name = "packaging- |
|
1077 | name = "packaging-20.3"; | |
1078 | doCheck = false; |
|
1078 | doCheck = false; | |
1079 | propagatedBuildInputs = [ |
|
1079 | propagatedBuildInputs = [ | |
1080 | self."pyparsing" |
|
1080 | self."pyparsing" | |
1081 | self."six" |
|
1081 | self."six" | |
1082 | ]; |
|
1082 | ]; | |
1083 | src = fetchurl { |
|
1083 | src = fetchurl { | |
1084 |
url = "https://files.pythonhosted.org/packages/5 |
|
1084 | url = "https://files.pythonhosted.org/packages/65/37/83e3f492eb52d771e2820e88105f605335553fe10422cba9d256faeb1702/packaging-20.3.tar.gz"; | |
1085 | sha256 = "0izwlz9h0bw171a1chr311g2y7n657zjaf4mq4rgm8pp9lbj9f98"; |
|
1085 | sha256 = "18xpablq278janh03bai9xd4kz9b0yfp6vflazn725ns9x3jna9w"; | |
1086 | }; |
|
1086 | }; | |
1087 | meta = { |
|
1087 | meta = { | |
1088 | license = [ pkgs.lib.licenses.bsdOriginal { fullName = "BSD or Apache License, Version 2.0"; } pkgs.lib.licenses.asl20 ]; |
|
1088 | license = [ pkgs.lib.licenses.bsdOriginal { fullName = "BSD or Apache License, Version 2.0"; } pkgs.lib.licenses.asl20 ]; |
@@ -30,7 +30,7 b' markdown==2.6.11' | |||||
30 | markupsafe==1.1.1 |
|
30 | markupsafe==1.1.1 | |
31 | msgpack-python==0.5.6 |
|
31 | msgpack-python==0.5.6 | |
32 | pyotp==2.3.0 |
|
32 | pyotp==2.3.0 | |
33 |
packaging== |
|
33 | packaging==20.3 | |
34 | pathlib2==2.3.5 |
|
34 | pathlib2==2.3.5 | |
35 | paste==3.2.1 |
|
35 | paste==3.2.1 | |
36 | pastedeploy==2.0.1 |
|
36 | pastedeploy==2.0.1 |
General Comments 0
You need to be logged in to leave comments.
Login now