Commit bbde0196 authored by R. RyanTM's avatar R. RyanTM
Browse files

marge-bot: 0.16.0 -> 0.16.1

parent e4097b55
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [