diffoscope: 166 -> 171
ChangeLog: * https://diffoscope.org/news/diffoscope-171-released/ * https://diffoscope.org/news/diffoscope-170-released/ * https://diffoscope.org/news/diffoscope-169-released/ * https://diffoscope.org/news/diffoscope-168-released/ * https://diffoscope.org/news/diffoscope-167-released/
This commit is contained in:
parent
8c9865b014
commit
adc0ad268c
@ -16,11 +16,11 @@ let
|
|||||||
in
|
in
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "diffoscope";
|
pname = "diffoscope";
|
||||||
version = "166";
|
version = "171";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
|
url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
|
||||||
sha256 = "sha256-6VhHG3MxmIczolOYqU4D1m00h8w2n0ku4dy/dFEYqk0=";
|
sha256 = "sha256-8PUFKwSWf84ics4w9yrCWMYgzzNF5z1kNn7LnksfCtA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "man" ];
|
outputs = [ "out" "man" ];
|
||||||
@ -70,6 +70,8 @@ python3Packages.buildPythonApplication rec {
|
|||||||
disabledTests = [
|
disabledTests = [
|
||||||
"test_android_manifest"
|
"test_android_manifest"
|
||||||
"test_sbin_added_to_path"
|
"test_sbin_added_to_path"
|
||||||
|
"test_diff_meta"
|
||||||
|
"test_diff_meta2"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user