Merge pull request #132228 from Ma27/bump-diffoscope

diffoscope: fix build, 178 -> 179

authored by

Ben Siraphob and committed by
GitHub
e422c166 67046b5e

+6 -2
+6 -2
pkgs/tools/misc/diffoscope/default.nix
··· 9 # Note: when upgrading this package, please run the list-missing-tools.sh script as described below! 10 python3Packages.buildPythonApplication rec { 11 pname = "diffoscope"; 12 - version = "178"; 13 14 src = fetchurl { 15 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; 16 - sha256 = "sha256-uJbTQshf7vRd6EyaaV0itJVrMc/6o+pPXhtUgrjFnzM="; 17 }; 18 19 outputs = [ "out" "man" ]; ··· 66 "test_diff_meta" 67 "test_diff_meta2" 68 "test_obj_no_differences" 69 ]; 70 71 meta = with lib; {
··· 9 # Note: when upgrading this package, please run the list-missing-tools.sh script as described below! 10 python3Packages.buildPythonApplication rec { 11 pname = "diffoscope"; 12 + version = "179"; 13 14 src = fetchurl { 15 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; 16 + sha256 = "sha256-SIFLWlmENuhgwG0YbIDTWG6uCHEfuoc0IMVz4cp5NX4="; 17 }; 18 19 outputs = [ "out" "man" ]; ··· 66 "test_diff_meta" 67 "test_diff_meta2" 68 "test_obj_no_differences" 69 + 70 + # Failing because of file-v5.40 has a slightly different output. 71 + # Upstream issue: https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/271 72 + "test_text_proper_indentation" 73 ]; 74 75 meta = with lib; {