Merge pull request #212889 from wackbyte/bump-grapejuice

grapejuice: 7.2.0 -> 7.2.1
This commit is contained in:
Weijia Wang 2023-01-27 05:26:05 +01:00 committed by GitHub
commit c82f3055ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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