lit: 14.0.0 -> 15.0.6

This commit is contained in:
Madoura 2022-12-11 20:28:53 -06:00
parent 61ac420020
commit 7f864b4a32
No known key found for this signature in database
GPG key ID: 3201136B3DB072F9

View file

@ -2,11 +2,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "lit";
version = "14.0.0";
version = "15.0.6";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "45e08ce87b0ea56ab632aa02fa857418a5dd241a711c7c756878b73a130c3efe";
hash = "sha256-S06OQfDmDyutls21HxyQ016ku3FTTsDOP8Di67d9f+k=";
};
passthru = {
@ -14,6 +14,9 @@ python3.pkgs.buildPythonApplication rec {
};
# Non-standard test suite. Needs custom checkPhase.
# Needs LLVM's `FileCheck` and `not`: `$out/bin/lit tests`
# There should be `llvmPackages.lit` since older LLVM versions may
# have the possibility of not correctly interfacing with newer lit versions
doCheck = false;
meta = {