Commit ab931da6 authored by R. RyanTM's avatar R. RyanTM
Browse files

vectorcode: 0.7.19 -> 0.7.20

parent 68f4ded2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -96,14 +96,14 @@ let
in
python.pkgs.buildPythonApplication rec {
  pname = "vectorcode";
  version = "0.7.19";
  version = "0.7.20";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Davidyz";
    repo = "VectorCode";
    tag = version;
    hash = "sha256-H2Umh4/vRDqaGXVoK/fZaj9guA4IaVSgOEDAVEPsD9A=";
    hash = "sha256-RU9WnKuPaxDnPW5MQyrxPEw7ufMcVNxSRyJ5QvrzoVs=";
  };

  build-system = with python.pkgs; [