Merge pull request #42727 from dtzWill/update/lit-0.6.0

lit: 0.5.1 -> 0.6.0
This commit is contained in:
Will Dietz 2018-06-28 13:19:13 -05:00 committed by GitHub
commit 9fb3a04761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
python2.pkgs.buildPythonApplication rec {
pname = "lit";
version = "0.5.1";
version = "0.6.0";
src = python2.pkgs.fetchPypi {
inherit pname version;
sha256 = "0z651m3vkbk85y41larnsjxrszkbi58x9gzml3lb6ga7qwcrsg97";
sha256 = "1png3jgbhrw8a602gy6rnzvjcrj8w2p2kk6szdg9lz42zr090lgb";
};
# Non-standard test suite. Needs custom checkPhase.