simp_le: needs acme 0.5.0

This commit is contained in:
Franz Pletz
2016-05-22 06:58:15 +02:00
parent 25f07b12cf
commit d580b0ac0c
2 changed files with 22 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ pythonPackages.buildPythonApplication rec {
sha256 = "0x8gqazn09m30bn1l7xnf8snhbb7yz7sb09imciqmm4jqdvn797z";
};
propagatedBuildInputs = with pythonPackages; [ acme ];
propagatedBuildInputs = with pythonPackages; [ acme_0_5_0 ];
meta = with stdenv.lib; {
inherit (src.meta) homepage;