cvise: 2.7.0 -> 2.8.0

Mainly llvm-16 support and early phase reduction speedup.

Changes: https://github.com/marxin/cvise/releases/tag/v2.8.0
This commit is contained in:
Sergei Trofimovich 2023-04-28 21:56:08 +01:00
parent ebe9d3cf26
commit fb14b7846c

View file

@ -16,14 +16,14 @@
buildPythonApplication rec {
pname = "cvise";
version = "2.7.0";
version = "2.8.0";
format = "other";
src = fetchFromGitHub {
owner = "marxin";
repo = "cvise";
rev = "refs/tags/v${version}";
sha256 = "sha256-j4s1xH0vO+/NNafQf1Jei7fgebSQ53WJKA+kYxuG2zQ=";
hash = "sha256-9HFCFgpRXqefFJLulwvi6nx0fl0G6IXI9gSinekJXRU=";
};
patches = [