pythonPackages.acme_0_1: init at 0.1.0

`acme_0_1` is introduced because `simp_le` strictly depends on version 0.1.0
of the library (which is now at 0.4.0).
This commit is contained in:
zimbatm
2016-03-03 18:35:21 +00:00
parent 7a360b13a0
commit 5f4417e0cf
2 changed files with 24 additions and 1 deletions

View File

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