forked from mirrors/nixpkgs
diffoscope: 190 -> 192
ChangeLogs: * https://diffoscope.org/news/diffoscope-191-released/ * https://diffoscope.org/news/diffoscope-192-released/
This commit is contained in:
parent
9730df15c3
commit
cc9e0c77cb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue