marge-bot: 0.17.0 -> 0.18.0

This commit is contained in:
R. Ryantm
2025-09-21 01:08:45 +00:00
parent 03845ec2f3
commit 063fe42865
+2 -2
View File
@@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "marge-bot";
version = "0.17.0";
version = "0.18.0";
pyproject = true;
src = fetchFromGitLab {
owner = "marge-org";
repo = "marge-bot";
rev = version;
hash = "sha256-Sz/jr5q5A0NikJPaU9r0+BYNJojLvZS3vDPte/nUIf8=";
hash = "sha256-JaxUEXBxaZIh6fmOjSAa5FZnrO2uAnY3zKoO/mBukUU=";
};
nativeBuildInputs = [