From fd2e675e7c5205c0c6e3bcdad7f10a2db8fe25d0 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Fri, 28 May 2021 16:09:13 +0000 Subject: diffoscope: 175 -> 176 Signed-off-by: Arthur Gautier --- pkgs/tools/misc/diffoscope/default.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'pkgs/tools/misc/diffoscope/default.nix') diff --git a/pkgs/tools/misc/diffoscope/default.nix b/pkgs/tools/misc/diffoscope/default.nix index f59e8bb430a..21a02f1e99c 100644 --- a/pkgs/tools/misc/diffoscope/default.nix +++ b/pkgs/tools/misc/diffoscope/default.nix @@ -16,11 +16,11 @@ let in python3Packages.buildPythonApplication rec { pname = "diffoscope"; - version = "175"; + version = "176"; src = fetchurl { url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; - sha256 = "sha256-ofRu5bD+kymdXdViPxfGD/2cf7lUvnEQfYAqog5GIIk="; + sha256 = "sha256-Hr3GNgpvKCLs+HA8QLOewh5nz9npZr5MZ65wRrat7l0="; }; outputs = [ "out" "man" ]; @@ -35,10 +35,6 @@ python3Packages.buildPythonApplication rec { # When generating manpage, use the installed version substituteInPlace doc/Makefile --replace "../bin" "$out/bin" - - # https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/258 - substituteInPlace tests/data/mp3_expected_diff \ - --replace " Stream" "Stream" ''; nativeBuildInputs = [ docutils help2man installShellFiles ]; -- cgit 1.4.1