Merge pull request #228797 from trofi/cvise-update

cvise: 2.7.0 -> 2.8.0
This commit is contained in:
Sergei Trofimovich 2023-04-29 07:26:10 +01:00 committed by GitHub
commit 1565d6d5ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [