Merge pull request #33541 from dtzWill/update/lit-0.5.1
lit: 0.5.0 -> 0.5.1
This commit is contained in:
commit
5235f6a4c5
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
python2.pkgs.buildPythonApplication rec {
|
python2.pkgs.buildPythonApplication rec {
|
||||||
pname = "lit";
|
pname = "lit";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = python2.pkgs.fetchPypi {
|
src = python2.pkgs.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "3ea4251e78ebeb2e07be2feb33243d1f8931d956efc96ccc2b0846ced212b58c";
|
sha256 = "0z651m3vkbk85y41larnsjxrszkbi58x9gzml3lb6ga7qwcrsg97";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Non-standard test suite. Needs custom checkPhase.
|
# Non-standard test suite. Needs custom checkPhase.
|
||||||
|
|
Loading…
Reference in a new issue