cvise: 2.10.0 -> 2.11.0

Changes: https://github.com/marxin/cvise/releases/tag/v2.11.0
This commit is contained in:
Sergei Trofimovich 2024-11-10 11:28:36 +00:00
parent 343b0a2225
commit 8f8f60bee8

View File

@ -16,14 +16,14 @@
buildPythonApplication rec {
pname = "cvise";
version = "2.10.0";
version = "2.11.0";
format = "other";
src = fetchFromGitHub {
owner = "marxin";
repo = "cvise";
rev = "refs/tags/v${version}";
hash = "sha256-0gk4O1q90eH1FMhj4ncNVqX/MfVyaU0nckh1xny2wlM=";
hash = "sha256-xaX3QMnTKXTXPuLzui0e0WgaQNvbz8u1JNRBkfe4QWg=";
};
patches = [