Unverified Commit 8d2315e9 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

vja: 4.10.1 -> 5.0.0 (#484718)

parents a653412b 370a8f4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "vja";
  version = "4.10.1";
  version = "5.0.0";
  pyproject = true;

  src = fetchFromGitLab {
    owner = "ce72";
    repo = "vja";
    tag = version;
    hash = "sha256-J2GX0t7hPLqqI2n8H0kDboGfpRff3+lHM3026fTX5rs=";
    hash = "sha256-ny0ZKsAwjHgN/8XBewYRiKt3YK3XyKshmJVQsKJrwog=";
  };

  build-system = [