Unverified Commit 4a0959d1 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

diffoscope: 314 -> 315 (#501741)

parents 495cb76d 467f16bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -108,12 +108,12 @@ in
# Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
python.pkgs.buildPythonApplication rec {
  pname = "diffoscope";
  version = "314";
  version = "315";
  pyproject = true;

  src = fetchurl {
    url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
    hash = "sha256-zMxmqXyiLMK17I4uv+OYonNhcyWElNYlCFIpkrfWLNs=";
    hash = "sha256-Zw2goFgD47vZ/AQ1TEXqdlWxkY9p6digduAp78EHtnc=";
  };

  outputs = [