mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
Merge pull request #146167 from Ma27/bump-diffoscope
diffoscope: 190 -> 192
This commit is contained in:
commit
80e6ae766a
@ -9,11 +9,11 @@
|
|||||||
# Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
|
# Note: when upgrading this package, please run the list-missing-tools.sh script as described below!
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "diffoscope";
|
pname = "diffoscope";
|
||||||
version = "190";
|
version = "192";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
|
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
|
||||||
sha256 = "sha256-iZ9OJESNlGgsYTO9jbzEX5sCz8Rrhs7cecJEy7j4U+c=";
|
sha256 = "sha256-ZaSE1yYznZIQV7yKyeBlqQzkgUn3CoadZY2fDA1/SnE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "man" ];
|
outputs = [ "out" "man" ];
|
||||||
@ -79,6 +79,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
# Disable flaky tests on Darwin
|
# Disable flaky tests on Darwin
|
||||||
"test_non_unicode_filename"
|
"test_non_unicode_filename"
|
||||||
"test_listing"
|
"test_listing"
|
||||||
|
"test_symlink_root"
|
||||||
];
|
];
|
||||||
|
|
||||||
# flaky tests on Darwin
|
# flaky tests on Darwin
|
||||||
|
Loading…
Reference in New Issue
Block a user