lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

marge-bot: 0.17.0 -> 0.18.0 (#444828)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
554be649 9f1da93b

+2 -2
+2 -2
pkgs/by-name/ma/marge-bot/package.nix
··· 9 9 10 10 python3.pkgs.buildPythonApplication rec { 11 11 pname = "marge-bot"; 12 - version = "0.17.0"; 12 + version = "0.18.0"; 13 13 pyproject = true; 14 14 15 15 src = fetchFromGitLab { 16 16 owner = "marge-org"; 17 17 repo = "marge-bot"; 18 18 rev = version; 19 - hash = "sha256-Sz/jr5q5A0NikJPaU9r0+BYNJojLvZS3vDPte/nUIf8="; 19 + hash = "sha256-JaxUEXBxaZIh6fmOjSAa5FZnrO2uAnY3zKoO/mBukUU="; 20 20 }; 21 21 22 22 nativeBuildInputs = [