Merge pull request #194261 from trofi/cvise-update

cvise: 2.5.0 -> 2.6.0
This commit is contained in:
Sergei Trofimovich 2022-10-08 07:13:52 +01:00 committed by GitHub
commit dc90db1d85
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.5.0";
version = "2.6.0";
format = "other";
src = fetchFromGitHub {
owner = "marxin";
repo = "cvise";
rev = "refs/tags/v${version}";
sha256 = "sha256-Nt6Zs3FxO8Ti+ikVPVaMCejzBIuUxrzG4VLhChCSJQw=";
sha256 = "sha256-yREdWrGiH8Bb2bIxvlg4okGbkIM5XqC039Fj0rrsJos=";
};
patches = [