lit: 0.6.0 -> 0.7.0

(LLVM6 -> LLVM7)
This commit is contained in:
Will Dietz 2018-11-29 07:14:34 -06:00
parent 014f1c9d7f
commit ef12b9cbd6

View File

@ -1,12 +1,12 @@
{ lib, python2 }:
{ lib, python }:
python2.pkgs.buildPythonApplication rec {
python.pkgs.buildPythonApplication rec {
pname = "lit";
version = "0.6.0";
version = "0.7.0";
src = python2.pkgs.fetchPypi {
src = python.pkgs.fetchPypi {
inherit pname version;
sha256 = "1png3jgbhrw8a602gy6rnzvjcrj8w2p2kk6szdg9lz42zr090lgb";
sha256 = "13b32f1f1b3912bbf2bda91e9d1609abc92c0b4ce83276fe13a340516252e4b0";
};
# Non-standard test suite. Needs custom checkPhase.