##// END OF EJS Templates
dependencies: bumped not pinned dependency pluggy to 0.8.1
marcink -
r3394:4c2d247a default
parent child Browse files
Show More
@@ -1132,11 +1132,11 b' self: super: {'
1132 };
1132 };
1133 };
1133 };
1134 "pluggy" = super.buildPythonPackage {
1134 "pluggy" = super.buildPythonPackage {
1135 name = "pluggy-0.8.0";
1135 name = "pluggy-0.8.1";
1136 doCheck = false;
1136 doCheck = false;
1137 src = fetchurl {
1137 src = fetchurl {
1138 url = "https://files.pythonhosted.org/packages/65/25/81d0de17cd00f8ca994a4e74e3c4baf7cd25072c0b831dad5c7d9d6138f8/pluggy-0.8.0.tar.gz";
1138 url = "https://files.pythonhosted.org/packages/38/e1/83b10c17688af7b2998fa5342fec58ecbd2a5a7499f31e606ae6640b71ac/pluggy-0.8.1.tar.gz";
1139 sha256 = "1580p47l2zqzsza8jcnw1h2wh3vvmygk6ly8bvi4w0g8j14sjys4";
1139 sha256 = "05l6g42p9ilmabw0hlbiyxy6gyzjri41m5l11a8dzgvi77q35p4d";
1140 };
1140 };
1141 meta = {
1141 meta = {
1142 license = [ pkgs.lib.licenses.mit ];
1142 license = [ pkgs.lib.licenses.mit ];
General Comments 0
You need to be logged in to leave comments. Login now