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