Unverified Commit b200e0df authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #253640 from heyimnova/grapejuice

grapejuice: 7.14.4 -> 7.20.11
parents 6a8f3b09 98720835
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

python3Packages.buildPythonApplication rec  {
  pname = "grapejuice";
  version = "7.14.4";
  version = "7.20.11";

  src = fetchFromGitLab {
    owner = "BrinkerVII";
    repo = "grapejuice";
    rev = "v${version}";
    hash = "sha256-CWTnofJXx9T/hGXx3rdephXHjpiVRdFEJQ1u2v6n7yo=";
    hash = "sha256-sDw67Xseeak1v5x0daznfdeNQahDTj21AVvXmuZlsgg=";
  };

  nativeBuildInputs = [