3
0
Fork 0
forked from mirrors/nixpkgs

grapejuice: 7.2.1 -> 7.8.3

This commit is contained in:
wackbyte 2023-03-05 17:10:43 -05:00
parent 8f309d1086
commit 5dda1cbe95
No known key found for this signature in database
GPG key ID: 937F2AE5CCEFBF59

View file

@ -19,13 +19,13 @@
python3Packages.buildPythonApplication rec {
pname = "grapejuice";
version = "7.2.1";
version = "7.8.3";
src = fetchFromGitLab {
owner = "BrinkerVII";
repo = "grapejuice";
rev = "v${version}";
sha256 = "sha256-bx0jqG03GSHj1lO9NRh8DJRUyJBbyVUKCy/2pZ3OWas=";
sha256 = "sha256-jNh3L6JDuJryFpHQaP8UesBmepmJopoHxb/XUfOwZz4=";
};
nativeBuildInputs = [