Unverified Commit a1bb8869 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #266020 from trofi/cvise-update

cvise: 2.8.0 -> 2.9.0
parents 55482ee8 05cf7976
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [