Merge pull request #130960 from Artturin/upgrade-grapejice

grapejuice: 3.12.5 -> 3.40.14
This commit is contained in:
Sandro 2021-07-22 02:22:31 +02:00 committed by GitHub
commit 387621c59b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
python3Packages.buildPythonApplication rec {
pname = "grapejuice";
version = "3.12.5";
version = "3.40.14";
src = fetchFromGitLab {
owner = "BrinkerVII";
repo = "grapejuice";
rev = "v${version}";
sha256 = "1xgxyfwwghy9l17i6y40axdrpp4fgxgdr5y97flwmfivif01ifs1";
sha256 = "1bmkkmi1gx5kc39cjnz5bzwqaicxs0zb6bcv4iny9qccbqf3icrd";
};
nativeBuildInputs = [