Unverified Commit 4d9d0420 authored by Theodore Ni's avatar Theodore Ni Committed by GitHub
Browse files

cvise: 2.10.0 -> 2.11.0 (#354970)

parents 7514add1 8f8f60be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [