##// END OF EJS Templates
dependencies: bumped not pinned dependency pluggy to 0.8.1
marcink -
r626:81eb94a3 default
parent child Browse files
Show More
@@ -446,11 +446,11 b' self: super: {'
446 446 };
447 447 };
448 448 "pluggy" = super.buildPythonPackage {
449 name = "pluggy-0.8.0";
449 name = "pluggy-0.8.1";
450 450 doCheck = false;
451 451 src = fetchurl {
452 url = "https://files.pythonhosted.org/packages/65/25/81d0de17cd00f8ca994a4e74e3c4baf7cd25072c0b831dad5c7d9d6138f8/pluggy-0.8.0.tar.gz";
453 sha256 = "1580p47l2zqzsza8jcnw1h2wh3vvmygk6ly8bvi4w0g8j14sjys4";
452 url = "https://files.pythonhosted.org/packages/38/e1/83b10c17688af7b2998fa5342fec58ecbd2a5a7499f31e606ae6640b71ac/pluggy-0.8.1.tar.gz";
453 sha256 = "05l6g42p9ilmabw0hlbiyxy6gyzjri41m5l11a8dzgvi77q35p4d";
454 454 };
455 455 meta = {
456 456 license = [ pkgs.lib.licenses.mit ];
General Comments 0
You need to be logged in to leave comments. Login now