Merge pull request #250446 from austinbutler/gyb-174

gyb: 1.72 -> 1.74
This commit is contained in:
Jonas Heinrich 2023-08-22 22:08:37 +02:00 committed by GitHub
commit 20555b8cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "gyb";
version = "1.72";
version = "1.74";
format = "other";
src = fetchFromGitHub {
owner = "GAM-team";
repo = "got-your-back";
rev = "refs/tags/v${version}";
sha256 = "sha256-75ZU1qNFdiX9Uhb+tKN0438iHKvY4fuFVGvcgyFFgJo=";
sha256 = "sha256-JUI9BIDg7Z6z5ZtwBMsgTbYXp9w0jd1DKFAa1XjeEtQ=";
};
propagatedBuildInputs = with python3Packages; [