forked from mirrors/nixpkgs
lit: 0.5.1 -> 0.6.0
This commit is contained in:
parent
fdfe5b028b
commit
f5d834e6bb
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue