Unverified Commit 969fd037 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

diffoscope: 313 -> 314 (#499763)

parents 9e44e98b 97fa4ba0
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 = "313";
  version = "314";
  pyproject = true;

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

  outputs = [