nixpkgs/pkgs/tools/misc/diffoscope
Sergei Trofimovich 8470f87cb9 diffoscope: fix nixpkgs patch to be black-compliant
Otherwise diffocsope's tests fail as:

    diffoscope> -        LINKS_RE = re.compile(r'Links: [0-9]+\s+')
    diffoscope> +        LINKS_RE = re.compile(r"Links: [0-9]+\s+")
    diffoscope> FAILED tests/test_source.py::test_code_is_black_clean
2022-01-26 11:51:56 +00:00
..
default.nix diffoscope: 200 -> 201 2022-01-22 17:28:31 +00:00
fix-tests.patch diffoscope: Fix the OpenPGP test which broke with pgpdump 0.34 2021-12-11 14:04:04 +01:00
ignore_links.patch diffoscope: fix nixpkgs patch to be black-compliant 2022-01-26 11:51:56 +00:00
list-missing-tools.sh