marge-bot: 0.15.3 -> 0.16.0 (#417889)

Co-authored-by: lelgenio <lelgenio@lelgenio.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-19 21:50:31 +00:00
committed by GitHub
co-authored by lelgenio
+2 -2
View File
@@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "marge-bot";
version = "0.15.3";
version = "0.16.0";
pyproject = true;
src = fetchFromGitLab {
owner = "marge-org";
repo = "marge-bot";
rev = version;
hash = "sha256-i/hnfoBxgP1mo4RV4F10+QOOkPP/fkcwqaLKBlOuP0I=";
hash = "sha256-UgdbeJegeTFP6YF6oMxAeQDI9AO2k6yk4WAFZ/Xspu8=";
};
nativeBuildInputs = [