Merge pull request #266020 from trofi/cvise-update

cvise: 2.8.0 -> 2.9.0
This commit is contained in:
Mario Rodas 2023-11-11 16:09:20 -05:00 committed by GitHub
commit a1bb886922
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.8.0";
version = "2.9.0";
format = "other";
src = fetchFromGitHub {
owner = "marxin";
repo = "cvise";
rev = "refs/tags/v${version}";
hash = "sha256-9HFCFgpRXqefFJLulwvi6nx0fl0G6IXI9gSinekJXRU=";
hash = "sha256-4LEKVh3jNU3xOq75+IQezjhbL/6uAGQ3r0Au2cxx1WA=";
};
patches = [