Merge pull request #146167 from Ma27/bump-diffoscope

diffoscope: 190 -> 192
This commit is contained in:
Maximilian Bosch 2021-11-17 17:36:10 +01:00 committed by GitHub
commit 80e6ae766a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@
# Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
python3Packages.buildPythonApplication rec {
pname = "diffoscope";
version = "190";
version = "192";
src = fetchurl {
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
sha256 = "sha256-iZ9OJESNlGgsYTO9jbzEX5sCz8Rrhs7cecJEy7j4U+c=";
sha256 = "sha256-ZaSE1yYznZIQV7yKyeBlqQzkgUn3CoadZY2fDA1/SnE=";
};
outputs = [ "out" "man" ];
@ -79,6 +79,7 @@ python3Packages.buildPythonApplication rec {
# Disable flaky tests on Darwin
"test_non_unicode_filename"
"test_listing"
"test_symlink_root"
];
# flaky tests on Darwin