Unverified Commit 2332a4db authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vectorcode: 0.7.19 -> 0.7.20 (#472415)

parents 103f1c0f ab931da6
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; [