lit: 0.8.0 -> 0.9.0

This commit is contained in:
R. RyanTM 2020-03-31 04:47:15 +00:00 committed by Jon
parent 9157ff4e74
commit 5a34c9946f

View file

@ -2,11 +2,11 @@
python2.pkgs.buildPythonApplication rec { python2.pkgs.buildPythonApplication rec {
pname = "lit"; pname = "lit";
version = "0.8.0"; version = "0.9.0";
src = python2.pkgs.fetchPypi { src = python2.pkgs.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0lwx1w1vk3a0pc237chwycl8qc6lwq8bzf13036wnmk74m9kwi7c"; sha256 = "0vkqv0ijjkfg70j26cxqz75bpn2p78all5j5cw2gfcrn4c5aldf0";
}; };
# Non-standard test suite. Needs custom checkPhase. # Non-standard test suite. Needs custom checkPhase.
@ -14,7 +14,7 @@ python2.pkgs.buildPythonApplication rec {
meta = { meta = {
description = "Portable tool for executing LLVM and Clang style test suites"; description = "Portable tool for executing LLVM and Clang style test suites";
homepage = http://llvm.org/docs/CommandGuide/lit.html; homepage = "http://llvm.org/docs/CommandGuide/lit.html";
license = lib.licenses.ncsa; license = lib.licenses.ncsa;
maintainers = with lib.maintainers; [ dtzWill ]; maintainers = with lib.maintainers; [ dtzWill ];
}; };