marge-bot: 0.16.0 -> 0.16.1

This commit is contained in:
R. Ryantm 2025-07-07 05:05:19 +00:00
parent e4097b5575
commit bbde01968e

View File

@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "marge-bot";
version = "0.16.0";
version = "0.16.1";
pyproject = true;
src = fetchFromGitLab {
owner = "marge-org";
repo = "marge-bot";
rev = version;
hash = "sha256-UgdbeJegeTFP6YF6oMxAeQDI9AO2k6yk4WAFZ/Xspu8=";
hash = "sha256-I1yQwTqHFynEbjF0BpGBHek6qgtTzZztDAqdl+2j2U0=";
};
nativeBuildInputs = [